From: Donald Sharp Date: Sun, 2 Jun 2019 18:47:01 +0000 (-0400) Subject: lib: Remove some iana_afi_t values that are not really afi's X-Git-Tag: base_7.2~234^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d92050a607c0400a2a0f78eaa95fb4aa9b86c5d4;p=matthieu%2Ffrr.git 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 --- diff --git a/lib/zebra.h b/lib/zebra.h index 3e1eefdb2e..a0337dc3cf 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -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 {