diff --git a/lib/zebra.h b/lib/zebra.h index cd72dc67f8..0cc81bdb70 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -404,8 +404,8 @@ extern const char *zserv_command_string (unsigned int command); typedef enum { AFI_IP = 1, AFI_IP6 = 2, - AFI_L2VPN = 4, - AFI_MAX = 5 + AFI_L2VPN = 3, + AFI_MAX = 4 } afi_t; /* Subsequent Address Family Identifier. */