ipfw man page inconsistency

Julian Elischer julian at elischer.org
Tue Oct 11 15:07:27 PDT 2005


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?



More information about the freebsd-net mailing list