summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-09-28 08:18:55 +0000
committermlaier <mlaier@FreeBSD.org>2005-09-28 08:18:55 +0000
commit7754dd4daf1298d3f1fd2bc8e7cbdafeecd4b92d (patch)
tree934b5f4e16ca987bfdecf718912b0072f5f25572 /sbin
parent212344715c537e42444b483355f79acbd31ba69b (diff)
downloadFreeBSD-src-7754dd4daf1298d3f1fd2bc8e7cbdafeecd4b92d.zip
FreeBSD-src-7754dd4daf1298d3f1fd2bc8e7cbdafeecd4b92d.tar.gz
Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly.
Reminded by: ru
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 2765f6b..5737aa9 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -331,7 +331,7 @@ have this picture in mind in order to design a correct ruleset.
^ V
[ether_demux] [ether_output_frame] net.link.ether.ipfw=1
| |
- +-->--[bdg_forward]-->--+ net.link.ether.bridge_ipfw=1
+ +-->--[bdg_forward]-->--+ net.link.bridge.ipfw=1
^ V
| to devices |
.Ed
@@ -2041,7 +2041,7 @@ If enabled packets with unknown IPv6 Extension Headers will be denied.
Controls whether layer-2 packets are passed to
.Nm .
Default is no.
-.It Em net.link.ether.bridge_ipfw : No 0
+.It Em net.link.bridge.ipfw : No 0
Controls whether bridged packets are passed to
.Nm .
Default is no.
@@ -2072,7 +2072,7 @@ does not support the -c (compact) flag.
will silently accept all non-IPv4 packets (which
.Nm ipfw1
will only see when
-.Em net.link.ether.bridge_ipfw=1 ) .
+.Em net.link.bridge.ipfw=1 ) .
.Nm ipfw2
will filter all packets (including non-IPv4 ones) according to the ruleset.
To achieve the same behaviour as
@@ -2432,7 +2432,7 @@ the sleep terminates thus restoring the previous situation.
.Xr cpp 1 ,
.Xr m4 1 ,
.Xr altq 4 ,
-.Xr bridge 4 ,
+.Xr if_bridge 4 ,
.Xr divert 4 ,
.Xr dummynet 4 ,
.Xr ip 4 ,
OpenPOWER on IntegriCloud