forked from Mirror/frr
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 <philippe.guibert@6wind.com>
This commit is contained in:
parent
ac425bfc2b
commit
6d07d1af11
|
@ -27,6 +27,7 @@
|
||||||
#define ISIS_MT_AT_MASK 0x4000
|
#define ISIS_MT_AT_MASK 0x4000
|
||||||
|
|
||||||
#define ISIS_MT_IPV4_UNICAST 0
|
#define ISIS_MT_IPV4_UNICAST 0
|
||||||
|
#define ISIS_MT_STANDARD ISIS_MT_IPV4_UNICAST
|
||||||
#define ISIS_MT_IPV4_MGMT 1
|
#define ISIS_MT_IPV4_MGMT 1
|
||||||
#define ISIS_MT_IPV6_UNICAST 2
|
#define ISIS_MT_IPV6_UNICAST 2
|
||||||
#define ISIS_MT_IPV4_MULTICAST 3
|
#define ISIS_MT_IPV4_MULTICAST 3
|
||||||
|
|
Loading…
Reference in a new issue