diff options
| author | Diogo Oliveira <14191454+dorDiogo@users.noreply.github.com> | 2023-01-26 09:29:51 -0800 |
|---|---|---|
| committer | Diogo Oliveira <14191454+dorDiogo@users.noreply.github.com> | 2023-02-28 09:54:02 -0800 |
| commit | 06fbbf293583f5ca647762c49c78ad27192f26dd (patch) | |
| tree | 0d3879af07be43d1b9f02129759fd0a724991eaf /isisd/isis_circuit.c | |
| parent | d73b209a42bf9c2dee40f4f49d8b53d45b4a9449 (diff) | |
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_circuit.c')
| -rw-r--r-- | isisd/isis_circuit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_circuit.c b/isisd/isis_circuit.c index ebf9901c52..6d300236ae 100644 --- a/isisd/isis_circuit.c +++ b/isisd/isis_circuit.c @@ -1327,9 +1327,9 @@ static int isis_interface_config_write(struct vty *vty) vty_out(vty, " no " PROTO_NAME " hello padding\n"); write++; break; - case ISIS_HELLO_PADDING_SOMETIMES: + case ISIS_HELLO_PADDING_DURING_ADJACENCY_FORMATION: vty_out(vty, PROTO_NAME - " hello padding sometimes\n"); + " hello padding during-adjacency-formation\n"); write++; break; case ISIS_HELLO_PADDING_ALWAYS: |
