diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-13 11:57:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-07-13 11:57:47 +0200 |
commit | b67b9ec1c17c47fca970449c13c6e94f42a1dcb6 (patch) | |
tree | 95a8834df649bf05a5ab3066be7804f52f81515b /mod/bridge-port-vlan | |
parent | 5b2ea9b1a4f57bc7c61d06cd8b1e0a6452f031a8 (diff) | |
parent | 6fa15257003394d495f84a8dedebadfa8e1fa375 (diff) |
Merge branch 'empty-array' into next
Diffstat (limited to 'mod/bridge-port-vlan')
-rw-r--r-- | mod/bridge-port-vlan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bridge-port-vlan b/mod/bridge-port-vlan index a43d7d7..9a6e08a 100644 --- a/mod/bridge-port-vlan +++ b/mod/bridge-port-vlan @@ -15,7 +15,7 @@ :global LogPrintExit2; :global ParseKeyValueStore; - :local InterfaceReEnable [ :toarray "" ]; + :local InterfaceReEnable ({}); :foreach BridgePort in=[ /interface/bridge/port/find where !(comment=[]) ] do={ :local BridgePortVal [ /interface/bridge/port/get $BridgePort ]; :foreach Config,Vlan in=[ $ParseKeyValueStore ($BridgePortVal->"comment") ] do={ |