mirror of https://github.com/hak5/openwrt-owl.git
parent
64a525eddb
commit
478ee4a135
|
@ -84,6 +84,7 @@ prepare_interface() {
|
|||
|
||||
# Setup VLAN interfaces
|
||||
add_vlan "$iface"
|
||||
ifconfig "$iface" 2>/dev/null >/dev/null || return 0
|
||||
|
||||
# Setup bridging
|
||||
config_get iftype "$config" type
|
||||
|
|
Loading…
Reference in New Issue