mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:37:49 +00:00
lib: Remove some iana_afi_t values that are not really afi's
The IPMR and IP6MR values have no actual legal representation and we do not sue them at all. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9c61cec7e3
commit
d92050a607
@ -456,8 +456,6 @@ typedef enum {
|
||||
IANA_AFI_IPV4 = 1,
|
||||
IANA_AFI_IPV6 = 2,
|
||||
IANA_AFI_L2VPN = 25,
|
||||
IANA_AFI_IPMR = 128,
|
||||
IANA_AFI_IP6MR = 129
|
||||
} iana_afi_t;
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user