]> git.ipfire.org Git - people/arne_f/network.git/commitdiff
network: Don't wait that zone gets in forwarding state.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jun 2010 19:03:22 +0000 (21:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jun 2010 19:03:22 +0000 (21:03 +0200)
We should catch this in the config hook.

hooks/bridge

index 9b98d482c6e40339278af959271bf544407166d4..3b6abe0cc0a8b7cc63f60223a5a3eb2b4d755960 100755 (executable)
@@ -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}