From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9AA013835A for ; Sun, 31 May 2020 05:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1703E086D; Sun, 31 May 2020 05:29:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8939BE086D for ; Sun, 31 May 2020 05:29:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BE0034F02B for ; Sun, 31 May 2020 05:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80F5B31 for ; Sun, 31 May 2020 05:29:54 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1590902617.869d41ee7501ab6a2832c6e8cf232eb4b5060d93.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: doc/ X-VCS-Repository: proj/netifrc X-VCS-Files: doc/net.example.Linux.in X-VCS-Directories: doc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 869d41ee7501ab6a2832c6e8cf232eb4b5060d93 X-VCS-Branch: master Date: Sun, 31 May 2020 05:29:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5f3e95b-f11e-4b95-9f3e-c96a3f07edea X-Archives-Hash: c2a6f01f6a2679cbc0849ddfe8b633aa commit: 869d41ee7501ab6a2832c6e8cf232eb4b5060d93 Author: Robin H. Johnson gentoo org> AuthorDate: Sun May 31 05:23:37 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun May 31 05:23:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=869d41ee doc: Document bridge_forward_delay/bridge_hello_time Closes: https://bugs.gentoo.org/721148 Signed-off-by: Robin H. Johnson gentoo.org> doc/net.example.Linux.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 8896acf..c211ca7 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -943,6 +943,7 @@ # Bridging (802.1d) # Preferred: iproute2, emerge sys-apps/iproute2 # Legacy: brctl, emerge net-misc/bridge-utils +# # See https://wiki.gentoo.org/wiki/Network_bridge#OpenRC for further notes # To add ports to bridge br0 #bridge_br0="eth0 eth1" @@ -984,6 +985,15 @@ #bridge_forward_delay_br0="10" #brport_hairpin_mode_eth0="1" +# 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. +#bridge_forward_delay_br0=0 +#bridge_hello_time_br0=1000 + + #----------------------------------------------------------------------------- # RFC 2684 Bridge Support # For RFC 2684 bridge support emerge net-misc/br2684ctl