Skip to content

Commit d939538

Browse files
authored
Fix: SR-OS does not support unnumbered EBGP sessions (#2314)
One has to admire the incredible audacity of a developer who sets 'features.bgp.ipv6_lla' flag to True while leaving a "TODO BGP unnumbered" comment in the configuration template (but hey, at least he left that comment) Alas, faced with either implementing the missing functionality or disabling the feature, I decided to take the easy way out. A brave soul wanting to revert this decision is most welcome to submit a working PR.
1 parent 47f4e6a commit d939538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netsim/devices/sros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ features:
3232
vrf_local_as: True
3333
local_as_ibgp: True
3434
activate_af: True
35-
ipv6_lla: True
35+
ipv6_lla: False
3636
evpn:
3737
irb: True
3838
asymmetrical_irb: True

0 commit comments

Comments
 (0)