diff options
| author | Nataliia S. <81954790+natali-rs1985@users.noreply.github.com> | 2025-11-13 16:46:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-13 16:46:19 +0200 |
| commit | 23e61833f4ac2a0dce040520c1324bab8c025209 (patch) | |
| tree | c89d6f2d0e86740379f2be7dd122d42d8f83896d /data | |
| parent | 99274f653d9973d83e56b158305d359ae2b74826 (diff) | |
| parent | ccf4972f8dd9ddf370fe6376480c1244a138c4bd (diff) | |
| download | vyos-1x-23e61833f4ac2a0dce040520c1324bab8c025209.tar.gz vyos-1x-23e61833f4ac2a0dce040520c1324bab8c025209.zip | |
Merge pull request #4835 from natali-rs1985/T7731
T7731: Static ARP entries are missing after an interface status change
Diffstat (limited to 'data')
| -rw-r--r-- | data/config-mode-dependencies/vyos-1x.json | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json index 56538883e..eb2cb2a04 100644 --- a/data/config-mode-dependencies/vyos-1x.json +++ b/data/config-mode-dependencies/vyos-1x.json @@ -8,11 +8,40 @@ "group_resync": ["system_conntrack", "nat", "policy_route", "load-balancing_wan"] }, "interfaces_bonding": { - "ethernet": ["interfaces_ethernet"] + "ethernet": ["interfaces_ethernet"], + "static_arp": ["protocols_static_arp"] }, "interfaces_bridge": { "vxlan": ["interfaces_vxlan"], - "wlan": ["interfaces_wireless"] + "wlan": ["interfaces_wireless"], + "static_arp": ["protocols_static_arp"] + }, + "interfaces_ethernet": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_geneve": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_l2tpv3": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_macsec": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_pseudo_ethernet": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_virtual_ethernet": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_vxlan": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_wireless": { + "static_arp": ["protocols_static_arp"] + }, + "interfaces_wwan": { + "static_arp": ["protocols_static_arp"] }, "interfaces_wireguard": { "vxlan": ["interfaces_vxlan"] |
