summaryrefslogtreecommitdiffstats
path: root/isisd/isis_misc.c
diff options
context:
space:
mode:
authorDiogo Oliveira <14191454+dorDiogo@users.noreply.github.com>2023-01-26 18:29:51 +0100
committerDiogo Oliveira <14191454+dorDiogo@users.noreply.github.com>2023-02-28 18:54:02 +0100
commit06fbbf293583f5ca647762c49c78ad27192f26dd (patch)
tree0d3879af07be43d1b9f02129759fd0a724991eaf /isisd/isis_misc.c
parentdoc: Add CLI documentation for new isis hello padding sometimes command (diff)
downloadfrr-06fbbf293583f5ca647762c49c78ad27192f26dd.tar.xz
frr-06fbbf293583f5ca647762c49c78ad27192f26dd.zip
isisd,tests,doc: Rename hello padding sometimes to hello padding during-adjacency-formation
Signed-off-by: Diogo Oliveira <14191454+dorDiogo@users.noreply.github.com>
Diffstat (limited to 'isisd/isis_misc.c')
-rw-r--r--isisd/isis_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_misc.c b/isisd/isis_misc.c
index 7c6d60036..95d24036e 100644
--- a/isisd/isis_misc.c
+++ b/isisd/isis_misc.c
@@ -299,8 +299,8 @@ const char *isis_hello_padding2string(int hello_padding_type)
switch (hello_padding_type) {
case ISIS_HELLO_PADDING_DISABLED:
return "no";
- case ISIS_HELLO_PADDING_SOMETIMES:
- return "sometimes";
+ case ISIS_HELLO_PADDING_DURING_ADJACENCY_FORMATION:
+ return "during-adjacency-formation";
case ISIS_HELLO_PADDING_ALWAYS:
return "yes";
}