On Thu, Nov 11, 2004 at 03:05:36AM -0500, Anthony Volodkin wrote:
> Hi,
> 
> I've been trying to implement some ipfw rules that would match several
> interfaces using the recv/via/xmit keywords, however that seems to be
> unsupported.  So a rule like:
> 
> ipfw add allow ip from any to 192.168.100.100 via {fxp0,ng0,xl0}
> 
> fails with an invalid ) error.  Alternatively if I use an or block, i
> get an error about an invalid or block.

or blocks are supported with any option
 so chances are that you are using the
wrong syntax (which is _not_ the one above)
to specify them. If you post the offending line
maybe we can spot the problem

cheers
luigi
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to