kern/131558: [ipfw] Inconsistent "via" ipfw behavior
ae at FreeBSD.org
ae at FreeBSD.org
Sat Jul 2 20:50:03 UTC 2011
Synopsis: [ipfw] Inconsistent "via" ipfw behavior
State-Changed-From-To: open->closed
State-Changed-By: ae
State-Changed-When: Sat Jul 2 20:44:50 UTC 2011
State-Changed-Why:
This is documented behaviour. ipfw(8) does not check interface names, because
they may be created dynamically.
"via" rule option does not support list of interfaces. You can use shell
patterns like "via bge*" or or-block sintax "{ via bge0 or via bge1 }".
http://www.freebsd.org/cgi/query-pr.cgi?pr=131558
More information about the freebsd-ipfw
mailing list