From 6d07d1af1137a5943f21c7c35163e4b43e34e28c Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Wed, 25 May 2022 11:47:36 +0200 Subject: [PATCH] isisd: add ISIS_MT_STANDARD define This define is added to reflect more what the standard topology means. Actually, the standard topology may contain not only IPv4 protocol but also IPv6 protocol. Signed-off-by: Philippe Guibert --- isisd/isis_mt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/isisd/isis_mt.h b/isisd/isis_mt.h index 2952a2f171..d431d34a08 100644 --- a/isisd/isis_mt.h +++ b/isisd/isis_mt.h @@ -27,6 +27,7 @@ #define ISIS_MT_AT_MASK 0x4000 #define ISIS_MT_IPV4_UNICAST 0 +#define ISIS_MT_STANDARD ISIS_MT_IPV4_UNICAST #define ISIS_MT_IPV4_MGMT 1 #define ISIS_MT_IPV6_UNICAST 2 #define ISIS_MT_IPV4_MULTICAST 3 -- 2.39.5