diff options
| author | Russ White <russ@riw.us> | 2025-03-11 10:33:41 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-11 10:33:41 -0400 | 
| commit | 27a504fcef182e803324ddc865dde958f60b0d51 (patch) | |
| tree | fb896b1b3db653689b488f89e6e79a506f230d93 /lib | |
| parent | 3f785c913d19175333e11af664a8dd558e47ba3e (diff) | |
| parent | 2775cb77a8fc9e7c5d58bc7c4b73d3f91657fa5d (diff) | |
Merge pull request #18342 from anlancs/ospfd-minor-change
ospfd: minor change for style
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/command.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h index dfd732893b..36ea73811d 100644 --- a/lib/command.h +++ b/lib/command.h @@ -485,7 +485,6 @@ struct cmd_node {  /* Graceful Restart cli help strings */  #define GR_CMD "Global Graceful Restart command\n"  #define NO_GR_CMD "Undo Global Graceful Restart command\n" -#define GR "Global Graceful Restart - GR Mode\n"  #define GR_DISABLE "Global Graceful Restart - Disable Mode\n"  #define NO_GR_DISABLE "Undo Global Graceful Restart - Disable Mode\n"  #define GR_DEBUG "Graceful Restart - Enable Debug Logs\n"  | 
