mirror of https://github.com/hak5/openwrt.git
parent
6a30a0d992
commit
6df99730c4
|
@ -10,7 +10,8 @@ find_config() {
|
|||
(
|
||||
json_load "$(ifstatus $interface)"
|
||||
json_get_var ifdev device
|
||||
if [[ "$device" = "$ifdev" ]]; then
|
||||
json_get_var ifl3dev l3_device
|
||||
if [[ "$device" = "$ifdev" ]] || [[ "$device" = "$ifl3dev" ]]; then
|
||||
echo "$interface"
|
||||
exit 0
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue