diff options
| author | Madhuri Kuruganti <maduri111@gmail.com> | 2022-09-04 17:26:11 +0530 | 
|---|---|---|
| committer | Madhuri Kuruganti <maduri111@gmail.com> | 2022-10-12 13:29:24 +0530 | 
| commit | a5dd4bf47d1d24cfc5e916ff29f5124792e85a53 (patch) | |
| tree | 0492f373fea7aafe0dfbca2ac05ba1e733063ccf /lib/command.h | |
| parent | 69c736ec06c30cfb474800cb2116998c362547a7 (diff) | |
lib: BGP registration with IGP for BGP ORR rSPF calc
Signed-off-by: Madhuri Kuruganti <maduri111@gmail.com>
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 ca49efd262..42b4406212 100644 --- a/lib/command.h +++ b/lib/command.h @@ -417,6 +417,7 @@ struct cmd_node {  #define BGP_SOFT_IN_STR "Send route-refresh unless using 'soft-reconfiguration inbound'\n"  #define BGP_SOFT_OUT_STR "Resend all outbound updates\n"  #define BGP_SOFT_RSCLIENT_RIB_STR "Soft reconfig for rsclient RIB\n" +#define BGP_ORR_DEBUG "Enable Optimal Route Reflection Debugging logs\n"  #define OSPF_STR "OSPF information\n"  #define NEIGHBOR_STR "Specify neighbor router\n"  #define DEBUG_STR "Debugging functions\n"  | 
