Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721148 - =net-misc/netifrc-0.7.1 - missing manual entry for bridge_hello_time_br0
Summary: =net-misc/netifrc-0.7.1 - missing manual entry for bridge_hello_time_br0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: netifrc Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-05 21:59 UTC by cilly
Modified: 2020-05-31 05:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cilly 2020-05-05 21:59:33 UTC
Even though bridge_hello_time_br0 is documented in the wiki:

https://wiki.gentoo.org/wiki/Network_bridge#OpenRC

bridge_hello_time_br0=1000

Note
It is important to include bridge_forward_delay_br0=0 and bridge_hello_time_br0=1000 in the /etc/conf.d/net file in order to bring the bridge interface up quickly. Other values will cause network packets to be dropped for the first 30 seconds after the bridge has become active. This, in turn, could prevent DHCP from working as intended.

It is missing in: 

/usr/share/doc/netifrc-0.7.1/net.example.bz2
Comment 1 Larry the Git Cow gentoo-dev 2020-05-31 05:29:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=869d41ee7501ab6a2832c6e8cf232eb4b5060d93

commit 869d41ee7501ab6a2832c6e8cf232eb4b5060d93
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2020-05-31 05:23:37 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2020-05-31 05:23:37 +0000

    doc: Document bridge_forward_delay/bridge_hello_time
    
    Closes: https://bugs.gentoo.org/721148
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 doc/net.example.Linux.in | 10 ++++++++++
 1 file changed, 10 insertions(+)