Le Mon, 3 Nov 2014 23:12:52 +0000,
David DeSimone <[email protected]> a écrit :
Hello,
> set skip on lo
>
> I'm pretty sure the loopback name should be "lo0" instead of just
> "lo".
Yes and no, the grammar (pf.conf)
set skip on <ifspec>
ifspec = ( [ "!" ] ( interface-name | interface-group ) ) |
"{" interface-list "}"
and lo is a valid interface group. So it should work.
But you are right because "set skip" does not allow interface
groups, this is a bug fixed in recent OpenBSD pf.
Regards,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[email protected]"