From 093e3f23f63ae90ce2a7407ecdec9a86b99dacd9 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 18 Oct 2018 20:44:52 -0400 Subject: bgpd, lib, vtysh, zebra: Convert to using CMD_VNI_RANGE For the vni range use a macro to keep track of it. Signed-off-by: Donald Sharp --- lib/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index de65c8bd98..cfe0114297 100644 --- a/lib/command.h +++ b/lib/command.h @@ -377,6 +377,7 @@ struct cmd_node { #define WATCHFRR_STR "watchfrr information\n" #define ZEBRA_STR "Zebra information\n" +#define CMD_VNI_RANGE "(1-16777215)" #define CONF_BACKUP_EXT ".sav" /* Command warnings. */ -- cgit v1.2.3