]> git.ipfire.org Git - people/stevee/network.git/commitdiff
bridge: Fix reading of zone configuration.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jul 2011 22:22:08 +0000 (22:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jul 2011 22:22:08 +0000 (22:22 +0000)
hooks/zones/bridge

index 2d2aecb9a387bd6e20025fd95ca3813a4b4974a2..10836e9f8412f0706b6fec4a4fdde6089eb5be2a 100755 (executable)
@@ -80,7 +80,7 @@ function _up() {
        local zone=${1}
        shift
 
-       config_read ${ZONE_DIR}/${zone}/settings
+       zone_config_read ${zone}
 
        if ! device_exists ${zone}; then
                brctl addbr ${zone}