Philippe Guibert
Philippe Guibert
default VRF should also be able to import/export srv6 routes. Do the necessary changes.
This is the continuation from https://github.com/FRRouting/frr/pull/14973. More options than allow_recursion will have to be handled at nexthop group level: - SRTE COLOR - IBGP flag For the later command, the...
The yang NB API does not handle the mpls configuration on its leaf. Add an mpls leaf to stick to the mpls configuration. - true or false to mean if...
**Describe the bug** This is a three-step scenario, where multiple problems are identified. step1 : I create a nexthop-group interface with its route in sharpd, The expectation is that the...
When coming from staticd, some nexthop interface based routes should be able to add a label. This helps recursive routes to reuse the label. > interface eth0 > ip address...
The problem is due to the 'U'sed flag of dynamic cache entries (shortcut), which is set to false, despite its use. Consequently, the shortcut associated goes in expiring state. Fix...
According to draft-ietf-lsr-isis-srv6-extensions draft, the End SID should be available in link state prefix information. Add the SID information in the link state prefix. I have however a problem. how...
This patch set proposes to bring BGP changes. Among the reasons of those changes: - split the BGP information between prefix and nexthop. This change applies to single path routes,...
### Description Memory leak detected when using address sanitizer and the bgp_set_aspath_exclude topotest. ### Version ```text master The problem is due to https://github.com/FRRouting/frr/blob/master/bgpd/bgp_routemap.c#L2403 never being released. ``` ### How to...
When receiving an SRv6 BGP update, the nexthop tracking is used to find out the reachability of the BGP update. > # show bgp ipv6 vpn fd00:200::/64 > Paths: (1...