On Fri, 20 Jul 2007 09:46:41 -0700 Mark Rolen <[EMAIL PROTECTED]> wrote: >Using >the "pass quick on tun0" rule somewhere at the top of your rules >should >work for you, let me know if not. >
I made the following two changes to my pf.conf and this fixed the
problem.
#set skip on { lo, tun0 }
pass quick on { lo, tun0 }
Does this mean that "set skip on { lo, tun0 }" doesn't work for the
tun interface? Should I report it as a bug in sendbug or is it
just some misunderstanding on my part?

