mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
Merge pull request #3946 from AnuradhaKaruppiah/evpn-prefix-length
bgp: fix misc evpn problems caused by using incorrect prefixlen
This commit is contained in:
commit
2e4e4babaf
@ -30,8 +30,9 @@
|
||||
|
||||
#define RT_ADDRSTRLEN 28
|
||||
|
||||
/* EVPN prefix lengths. This reprsent the sizeof struct prefix_evpn */
|
||||
#define EVPN_ROUTE_PREFIXLEN 224
|
||||
/* EVPN prefix lengths. This represents the sizeof struct evpn_addr
|
||||
* in bits */
|
||||
#define EVPN_ROUTE_PREFIXLEN (sizeof(struct evpn_addr) * 8)
|
||||
|
||||
/* EVPN route types. */
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user