From eb9d9b038de3d2cef475dc14f448315d7cb7d362 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 24 Jul 2011 22:22:08 +0000 Subject: [PATCH] bridge: Fix reading of zone configuration. --- hooks/zones/bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3