summaryrefslogtreecommitdiff
path: root/data/config-mode-dependencies
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-10 15:13:07 +0200
committerGitHub <noreply@github.com>2024-05-10 15:13:07 +0200
commit8fa1cb497f8f4e16d95c1485897663220d86c18e (patch)
treeb923e0737d4aefefb1ea1c98123fbb54c0fab994 /data/config-mode-dependencies
parent7925402b487b93d1ae8dd4941e0981437f7fb951 (diff)
parent431443ab3f663a6617008536d2d6d96407aebfcb (diff)
downloadvyos-1x-8fa1cb497f8f4e16d95c1485897663220d86c18e.tar.gz
vyos-1x-8fa1cb497f8f4e16d95c1485897663220d86c18e.zip
Merge pull request #3430 from c-po/bridge-T6317
bridge: T6317: add dependency call for wireless interfaces
Diffstat (limited to 'data/config-mode-dependencies')
-rw-r--r--data/config-mode-dependencies/vyos-1x.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json
index afe3dd838..13de434bd 100644
--- a/data/config-mode-dependencies/vyos-1x.json
+++ b/data/config-mode-dependencies/vyos-1x.json
@@ -11,7 +11,8 @@
"ethernet": ["interfaces_ethernet"]
},
"interfaces_bridge": {
- "vxlan": ["interfaces_vxlan"]
+ "vxlan": ["interfaces_vxlan"],
+ "wlan": ["interfaces_wireless"]
},
"load_balancing_wan": {
"conntrack": ["system_conntrack"]