mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
BGP: update-group needs to consider addpath capability flags
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-8475
This commit is contained in:
parent
b612050594
commit
cc81cf68da
@ -58,6 +58,8 @@
|
||||
|
||||
#define PEER_UPDGRP_AF_CAP_FLAGS (PEER_CAP_ORF_PREFIX_SM_RCV | \
|
||||
PEER_CAP_ORF_PREFIX_SM_OLD_RCV |\
|
||||
PEER_CAP_ADDPATH_AF_TX_ADV |\
|
||||
PEER_CAP_ADDPATH_AF_RX_RCV |\
|
||||
PEER_CAP_ENHE_AF_NEGO)
|
||||
|
||||
typedef enum
|
||||
|
Loading…
Reference in New Issue
Block a user