From 75985eb13f3bc49469150e65596f47362a5096a8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 5 Aug 2017 19:22:21 +0000 Subject: [PATCH] vlan: Create devices when they don't exist, yet The hotplug triggers will take care of attaching the device to the zone it should belong to. Signed-off-by: Michael Tremer --- src/hooks/zones/bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/zones/bridge b/src/hooks/zones/bridge index e0d839b3..245f4c1a 100644 --- a/src/hooks/zones/bridge +++ b/src/hooks/zones/bridge @@ -308,7 +308,7 @@ hook_port_up() { # We will get here as soon as the port device has # been created and will then connect it with the bridge. if ! device_exists "${port}"; then - port_up "${port}" + port_create "${port}" exit ${EXIT_OK} fi -- 2.39.2