diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-11-07 22:02:59 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-11-07 22:18:02 +0200 |
commit | 734e527dbe32fc3c0abdd326c485a6e69d8646f2 (patch) | |
tree | 1dff6c56690ebfb8d0551c6fbb98f2a25aae3efd /doc | |
parent | net: bridge: support iproute2 (diff) | |
download | netifrc-734e527dbe32fc3c0abdd326c485a6e69d8646f2.tar.gz netifrc-734e527dbe32fc3c0abdd326c485a6e69d8646f2.tar.bz2 netifrc-734e527dbe32fc3c0abdd326c485a6e69d8646f2.zip |
net: bridge: add bridge_ and brport_ prefixes to sysfs interface
keep the no prefix to be backward compatible.
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index bcf3311..f71385d 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -919,9 +919,9 @@ # You can also configure the bridge or bridge members via sysfs on 2.6 kernels # or newer. See the kernel bridge documentation for a description of these # options. -#stp_state_br0="0" -#forward_delay_br0="10" -#hairpin_mode_eth0="1" +#bridge_stp_state_br0="0" +#bridge_forward_delay_br0="10" +#brport_hairpin_mode_eth0="1" #----------------------------------------------------------------------------- # RFC 2684 Bridge Support |