diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2022-05-25 11:47:36 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2022-06-01 15:27:32 +0200 |
| commit | 6d07d1af1137a5943f21c7c35163e4b43e34e28c (patch) | |
| tree | e6169fc515469a424468980736d29c22e07939f1 /isisd/isis_mt.h | |
| parent | ac425bfc2baaa94e81cb50118f98c6ad36e26232 (diff) | |
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>
Diffstat (limited to 'isisd/isis_mt.h')
| -rw-r--r-- | isisd/isis_mt.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
