diff options
| author | Karen Schoener <karen@voltanet.io> | 2020-07-22 12:41:57 -0400 |
|---|---|---|
| committer | lynne <lynne@voltanet.io> | 2020-09-09 11:12:02 -0400 |
| commit | 24e7c5c8975630d93f619b333dbdf417b316fd0c (patch) | |
| tree | 89523efcaab2ecd940922cc05f85703df69ffcc7 /lib/command.h | |
| parent | 1fe192228bd7f9a644352b216d42e32c2a2378c5 (diff) | |
lib: adding support for LDP IGP Sync feature
Signed-off-by: Lynne Morrison <lynne@voltanet.io>
Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index e20bfe3318..d828989118 100644 --- a/lib/command.h +++ b/lib/command.h @@ -421,6 +421,11 @@ struct cmd_node { #define CMD_VNI_RANGE "(1-16777215)" #define CONF_BACKUP_EXT ".sav" +#define MPLS_LDP_SYNC_STR "Enable MPLS LDP-SYNC\n" +#define NO_MPLS_LDP_SYNC_STR "Disable MPLS LDP-SYNC\n" +#define MPLS_LDP_SYNC_HOLDDOWN_STR \ + "Time to wait for LDP-SYNC to occur before restoring if cost\n" +#define NO_MPLS_LDP_SYNC_HOLDDOWN_STR "holddown timer disable\n" /* Command warnings. */ #define NO_PASSWD_CMD_WARNING \ |
