From: Michael Tremer Date: Sun, 24 Jul 2011 22:22:08 +0000 (+0000) Subject: bridge: Fix reading of zone configuration. X-Git-Tag: 001~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9d9b038de3d2cef475dc14f448315d7cb7d362;p=network.git bridge: Fix reading of zone configuration. --- diff --git a/hooks/zones/bridge b/hooks/zones/bridge index 2d2aecb9..10836e9f 100755 --- a/hooks/zones/bridge +++ b/hooks/zones/bridge @@ -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}