From b4cbac83ffd487d37ba47b3238abe693f86cdd50 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Mon, 13 Jun 2011 13:12:00 +0200 Subject: bridge: add FWD_DELAY and MAX_AGE options (FS#16625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bridge support is quite rudimentary and should support common options. Signed-off-by: Rémy Oudompheng --- examples/bridge | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/bridge b/examples/bridge index 98154b8..bd422fa 100644 --- a/examples/bridge +++ b/examples/bridge @@ -3,3 +3,7 @@ CONNECTION="bridge" DESCRIPTION="Example Bridge connection" BRIDGE_INTERFACES="eth0 eth1 tap0" IP="dhcp" +## sets forward delay time +#FWD_DELAY=0 +## sets max age of hello message +#MAX_AGE=10 -- cgit v1.2.3-24-g4f1b