mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:32:33 +00:00
When a route-reflector is configured with "next-hop self" towards an IBGP
peer, it will only set the nexthop to "self" for non-reflected routes. To force the nexthop to "self" for reflected routes, a "next-hop self force" configuration is required. With the introduction of the update groups function, these two configurations are not distinguished correctly leading to inconsistent behavior. Resolve by introducing the proper distinction.
This commit is contained in:
parent
2665d9ae96
commit
276468936b
@ -41,6 +41,7 @@
|
||||
PEER_FLAG_REFLECTOR_CLIENT | \
|
||||
PEER_FLAG_NEXTHOP_SELF | \
|
||||
PEER_FLAG_NEXTHOP_UNCHANGED | \
|
||||
PEER_FLAG_FORCE_NEXTHOP_SELF | \
|
||||
PEER_FLAG_AS_PATH_UNCHANGED | \
|
||||
PEER_FLAG_MED_UNCHANGED | \
|
||||
PEER_FLAG_NEXTHOP_LOCAL_UNCHANGED | \
|
||||
|
Loading…
Reference in New Issue
Block a user