[Bug 213452] [patch] [ipfw] add support for ipfw ngtee/netgraph actions at layer-2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 26 11:29:16 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213452
--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:
Author: eugen
Date: Mon Nov 26 11:28:35 UTC 2018
New revision: 340955
URL: https://svnweb.freebsd.org/changeset/base/340955
Log:
MFC r339810: ipfw: implement ngtee/netgraph actions for layer-2 frames.
Kernel part of ipfw does not support and ignores rules other than
"pass", "deny" and dummynet-related for layer-2 (ethernet frames).
Others are processed as "pass".
Make it support ngtee/netgraph rules just like they are supported
for IP packets. For example, this allows us to mirror some frames
selectively to another interface for delivery to remote network analyzer
over RSPAN vlan. Assuming ng_ipfw(4) netgraph node has a hook named "900"
attached to "lower" hook of vlan900's ng_ether(4) node, that would be
as simple as:
ipfw add ngtee 900 ip from any to 8.8.8.8 layer2 out xmit igb0
PR: 213452
Tested-by: Fyodor Ustinov <ufm at ufm.su>
Changes:
_U stable/12/
stable/12/sys/netpfil/ipfw/ip_fw_pfil.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ipfw
mailing list