summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.c b/config.c
index 8db2b59..682db54 100644
--- a/config.c
+++ b/config.c
@@ -166,6 +166,8 @@ config_init_devices(void)
devtype = &bridge_device_type;
else if (!strcmp(type, "tunnel"))
devtype = &tunnel_device_type;
+ else if (!strcmp(type, "macvlan"))
+ devtype = &macvlan_device_type;
}
if (!devtype)