exit: only send RAs on interfaces with FHRP addresses

These are the ones we are router for.
This commit is contained in:
Timotej Lazar 2024-08-13 19:12:29 +02:00
parent 7b5980f871
commit 14d2e00f0b

View file

@ -1,4 +1,5 @@
{% set my_vlans = interfaces | selectattr('parent') | selectattr('parent.name', '==', 'bridge')
| selectattr('count_fhrp_groups', '>', 0)
| selectattr('untagged_vlan') | map(attribute='untagged_vlan') -%}
# Send IPv6 RAs from virtual router IP for each network. Also set DNS options.