]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command.h
bgpd: --enable-multipath=256 setting is ignored
[mirror_frr.git] / lib / command.h
index 927c04006c5d6bb36029046e22d90c4e4fb88f75..9768380c74bf66531d0cee20902a668d154dfc4d 100644 (file)
@@ -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"