The man page says:

   (yes, at the moment there is no way to differentiate between ether_demux
     and bdg_forward).

However in the "options" section there is a "bridged" keyword


     bridged
             Matches only bridged packets.


so we should be able to differentiate between:
           # packets from ether_demux or bdg_forward
           ipfw add 10 skipto 1000 all from any to any layer2 in

with
ipfw add 10 skipto 1000 all from any to any layer2 in
    and
ipfw add 10 skipto 1000 all from any to any layer2 in bridged

correct?

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

Reply via email to