Philippe Guibert

Results 41 issues of Philippe Guibert

default VRF should also be able to import/export srv6 routes. Do the necessary changes.

documentation
bgp
libfrr
bugfix
master
size/L

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...

documentation
tests
bgp
zebra
libfrr
bugfix
sharp
conflicts
master
size/XXL

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...

documentation
zebra
libfrr
bugfix
ldp
yang
master
size/L

**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...

triage

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...

zebra
bugfix
autoclose
master
size/L

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...

tests
zebra
nhrp
bugfix
master
size/L

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...

libfrr
master
size/L

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,...

documentation
tests
bgp
packaging
zebra
libfrr
bugfix
sharp
size/XXL
rebase

### 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...

triage

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...

bgp
bugfix
master
size/S