Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/netifrc:master commit in: doc/
Date: Sun, 31 May 2020 05:29:59
Message-Id: 1590902617.869d41ee7501ab6a2832c6e8cf232eb4b5060d93.robbat2@OpenRC
1 commit: 869d41ee7501ab6a2832c6e8cf232eb4b5060d93
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 05:23:37 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 05:23:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=869d41ee
7
8 doc: Document bridge_forward_delay/bridge_hello_time
9
10 Closes: https://bugs.gentoo.org/721148
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 doc/net.example.Linux.in | 10 ++++++++++
14 1 file changed, 10 insertions(+)
15
16 diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
17 index 8896acf..c211ca7 100644
18 --- a/doc/net.example.Linux.in
19 +++ b/doc/net.example.Linux.in
20 @@ -943,6 +943,7 @@
21 # Bridging (802.1d)
22 # Preferred: iproute2, emerge sys-apps/iproute2
23 # Legacy: brctl, emerge net-misc/bridge-utils
24 +# # See https://wiki.gentoo.org/wiki/Network_bridge#OpenRC for further notes
25
26 # To add ports to bridge br0
27 #bridge_br0="eth0 eth1"
28 @@ -984,6 +985,15 @@
29 #bridge_forward_delay_br0="10"
30 #brport_hairpin_mode_eth0="1"
31
32 +# It is important to include bridge_forward_delay_br0=0 and
33 +# bridge_hello_time_br0=1000 in the /etc/conf.d/net file in order to bring the
34 +# bridge interface up quickly. Other values will cause network packets to be
35 +# dropped for the first 30 seconds after the bridge has become active. This, in
36 +# turn, could prevent DHCP from working as intended.
37 +#bridge_forward_delay_br0=0
38 +#bridge_hello_time_br0=1000
39 +
40 +
41 #-----------------------------------------------------------------------------
42 # RFC 2684 Bridge Support
43 # For RFC 2684 bridge support emerge net-misc/br2684ctl