diff --git a/luci-mod-admin-full/root/etc/init.d/macvlan b/luci-mod-admin-full/root/etc/init.d/macvlan index 0aa712fe9..745b09ed1 100755 --- a/luci-mod-admin-full/root/etc/init.d/macvlan +++ b/luci-mod-admin-full/root/etc/init.d/macvlan @@ -32,12 +32,12 @@ _save_macaddr() { # Configuration by interface _setup_interface() { - # do not create macvlan for vlan local _ifname config_get _ifname "$1" ifname - case "$_ifname" in - eth*.*) return ;; - esac + # do not create macvlan for vlan + #case "$_ifname" in + # eth*.*) return ;; + #esac [ "$(echo $1 | grep _dev)" != "" ] && { local _intfdev=$(sed 's/_dev//' $1)