diff options
| author | Russ White <russ@riw.us> | 2021-07-13 06:39:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 06:39:53 -0400 |
| commit | 000df71ccdc2e81c4d6e7c123ad0db2cbcc4f05d (patch) | |
| tree | 6fb9713c0171fa1dbaa2d327cba0d087399e42e8 /lib/command.h | |
| parent | 171b5527b971686a9c0b6449118fff2bb953b08e (diff) | |
| parent | b2a2107adee0062a422f60d9c2dc9b5888c2978f (diff) | |
Merge pull request #8767 from opensourcerouting/ospfd-gr
ospfd: introduce support for Graceful Restart (restarting mode)
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 13bd61e9fd..2b50bc2374 100644 --- a/lib/command.h +++ b/lib/command.h @@ -438,6 +438,8 @@ struct cmd_node { #define BFD_PROFILE_STR "BFD profile.\n" #define BFD_PROFILE_NAME_STR "BFD profile name.\n" #define SHARP_STR "Sharp Routing Protocol\n" +#define OSPF_GR_STR \ + "OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart\n" #define CMD_VNI_RANGE "(1-16777215)" #define CONF_BACKUP_EXT ".sav" |
