diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2022-06-01 15:37:49 +0200 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2022-06-02 21:20:45 +0200 | 
| commit | a15014f317409f20207644a6ae524fd86b295333 (patch) | |
| tree | cf0716e4a18a414401bc059e536205ac167196dd /isisd/isis_mt.h | |
| parent | 6d07d1af1137a5943f21c7c35163e4b43e34e28c (diff) | |
isisd: replace ipv4-unicast with standard in config and oper contexts
Only the multi-topology command can use 'ipv4-unicast' keyword to
configure standard topology.
The remaining code: dump from show commands, and yang definition,
uses 'standard' keyword instead.
The test have not been modified. The change would consists in
modifying test_fuzz_isis_tlv_tests.h.gz:
- replacing ipv4-unicast occurences with standard
\x69\x70\x76\x34\x2d\x75\x6e\x69\x63\x61\x73\x74
with
\x73\x74\x61\x6e\x64\x61\x72\x64
- align the buffer length by removing 4 bytes per occurence
Instead, a specific isis_mtid2str_fake() routing has been
put in place in isis_tlvs.c file.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'isisd/isis_mt.h')
| -rw-r--r-- | isisd/isis_mt.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_mt.h b/isisd/isis_mt.h index d431d34a08..13e508451b 100644 --- a/isisd/isis_mt.h +++ b/isisd/isis_mt.h @@ -38,7 +38,7 @@  #define ISIS_MT_DISABLE        4096  #define ISIS_MT_NAMES                                                          \ -	"<ipv4-unicast"                                                        \ +	"<standard"                                                            \  	"|ipv4-mgmt"                                                           \  	"|ipv6-unicast"                                                        \  	"|ipv4-multicast"                                                      \  | 
