diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-08-19 07:35:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 07:35:45 -0400 |
| commit | 2cb694ba131b5e543ce16d77f452c6296c978c13 (patch) | |
| tree | 08e104bd0339cf9a76112e1bd2c4597eb0d492cb /lib/command.h | |
| parent | a7279c5f43977320599e0c337a3dba06be8fdab9 (diff) | |
| parent | e09755b8f8f6051c3ff2eb7af7ea5b6e3cc05545 (diff) | |
Merge pull request #9218 from LabNConsulting/chopps/pim-timers
Improve pim timers
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 2b50bc2374..c76fc1e8eb 100644 --- a/lib/command.h +++ b/lib/command.h @@ -389,6 +389,7 @@ struct cmd_node { #define SRTE_STR "SR-TE information\n" #define SRTE_COLOR_STR "SR-TE Color information\n" #define NO_STR "Negate a command or set its defaults\n" +#define IGNORED_IN_NO_STR "Ignored value in no form\n" #define REDIST_STR "Redistribute information from another routing protocol\n" #define CLEAR_STR "Reset functions\n" #define RIP_STR "RIP information\n" |
