You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[yang] bgp address family l2vpn advertise-all-vni (#21054)
Why I did it
Cannot configure unified bgp for vxlan evpn without specifying advertise-all-vpn. The setting appears to have been introduced as part of PR #5142, can be seen it is already honored as an option here:
sonic-buildimage/src/sonic-frr-mgmt-framework/templates/bgpd/bgpd.conf.db.addr_family.evpn.j2
Lines 1 to 3 in 8e0f1c6
{% if 'advertise-all-vni' in af_val and af_val['advertise-all-vni'] == 'true' %}
advertise-all-vni
{% endif %}
Work item tracking
How I did it
Added basic yang rule
How to verify it
Configure
"BGP_GLOBALS_AF": {
"default|l2vpn_evpn": {
"advertise-all-vni": "true"
}
}
and run config replace.
Tested branch (Please provide the tested image version)
master as of 20241205
Description for the changelog
[yang] bgp address family l2vpn advertise-all-vni
0 commit comments