diff options
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 05e7013c56..c1231e4c8b 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -433,7 +433,8 @@ struct in_pktinfo #define ZEBRA_IMPORT_ROUTE_REGISTER 30 #define ZEBRA_IMPORT_ROUTE_UNREGISTER 31 #define ZEBRA_IMPORT_CHECK_UPDATE 32 -#define ZEBRA_MESSAGE_MAX 33 +#define ZEBRA_IPV4_ROUTE_IPV6_NEXTHOP_ADD 33 +#define ZEBRA_MESSAGE_MAX 34 /* Marker value used in new Zserv, in the byte location corresponding * the command value in the old zserv header. To allow old and new |
