From f175e918954d12a9341909d6637849a522c0b268 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Jun 2010 21:03:22 +0200 Subject: [PATCH] network: Don't wait that zone gets in forwarding state. We should catch this in the config hook. --- hooks/bridge | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hooks/bridge b/hooks/bridge index 9b98d482..3b6abe0c 100755 --- a/hooks/bridge +++ b/hooks/bridge @@ -111,14 +111,6 @@ function _up() { # Bring all ports up zone_ports_up ${zone} - - # XXX Do we need this? - # Wait until bridge is forwarding - # which is needed by dhcp client - #if enabled STP; then - # bridge_is_forwarding ${zone} - #fi - zone_configs_up ${zone} event_interface_up ${zone} -- 2.47.2