mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 07:30:53 +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
|
#define RT_ADDRSTRLEN 28
|
||||||
|
|
||||||
/* EVPN prefix lengths. This reprsent the sizeof struct prefix_evpn */
|
/* EVPN prefix lengths. This represents the sizeof struct evpn_addr
|
||||||
#define EVPN_ROUTE_PREFIXLEN 224
|
* in bits */
|
||||||
|
#define EVPN_ROUTE_PREFIXLEN (sizeof(struct evpn_addr) * 8)
|
||||||
|
|
||||||
/* EVPN route types. */
|
/* EVPN route types. */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user