]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd: add ISIS_MT_STANDARD define
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 May 2022 09:47:36 +0000 (11:47 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 1 Jun 2022 13:27:32 +0000 (15:27 +0200)
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 <philippe.guibert@6wind.com>
isisd/isis_mt.h

index 2952a2f171b8355ced7b44bd317b0c927d41f35f..d431d34a08ff6a9ae29bf6544db06c149b8b4b6e 100644 (file)
@@ -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