emaste 62cde8b2a2 Relax restriction on direct tx to child ports
Lagg(4) restricts the type of packet that may be sent directly to a child
port, to avoid undesired output from accidental misconfiguration.
Previously only ETHERTYPE_PAE was permitted.

BPF writes to a lagg(4) child port are presumably intentional, so just
allow them, while still blocking other packets that should take the
aggregation path.

PR:		kern/138620
Approved by:	thompsa@
2012-05-03 01:41:12 +00:00
..
2012-04-06 06:53:58 +00:00
2012-01-14 17:07:52 +00:00
2012-04-06 06:53:58 +00:00
2012-01-14 17:07:52 +00:00
2012-04-06 13:34:19 +00:00