From d92050a607c0400a2a0f78eaa95fb4aa9b86c5d4 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 2 Jun 2019 14:47:01 -0400 Subject: [PATCH] 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 --- lib/zebra.h | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.39.5