diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-07-11 20:41:08 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-07-11 20:41:08 +0200 |
commit | 6319fd637b643ab7db81dbfb21f81daf4aa9253d (patch) | |
tree | 766f440021aec2fd15b4cdb0996bc40ab1931cb1 /lib | |
parent | Merge branch 'evpn-prep' (diff) | |
download | frr-6319fd637b643ab7db81dbfb21f81daf4aa9253d.tar.xz frr-6319fd637b643ab7db81dbfb21f81daf4aa9253d.zip |
bgpd: --enable-multipath=256 setting is ignored
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Restoring some code that was unintentionally removed when we were
migrating to Quentin's parser.
Diffstat (limited to 'lib')
-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 927c04006..9768380c7 100644 --- a/lib/command.h +++ b/lib/command.h @@ -293,6 +293,7 @@ struct cmd_node */ #define CMD_CREATE_STR(s) CMD_CREATE_STR_HELPER(s) #define CMD_CREATE_STR_HELPER(s) #s +#define CMD_RANGE_STR(a,s) "(" CMD_CREATE_STR(a) "-" CMD_CREATE_STR(s) ")" /* Common descriptions. */ #define SHOW_STR "Show running system information\n" |