summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-10-19 02:44:52 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-10-31 11:23:32 +0100
commit093e3f23f63ae90ce2a7407ecdec9a86b99dacd9 (patch)
treea95e88a15da69a4f94214a4c6026a804768e9c29 /zebra
parentzebra: set remoteseq to 0 when remote mac is deleted by bgpd (diff)
downloadfrr-093e3f23f63ae90ce2a7407ecdec9a86b99dacd9.tar.xz
frr-093e3f23f63ae90ce2a7407ecdec9a86b99dacd9.zip
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zebra_vty.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index 17609a03f..8361dc61f 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -68,9 +68,6 @@ static void vty_show_ip_route_summary(struct vty *vty,
static void vty_show_ip_route_summary_prefix(struct vty *vty,
struct route_table *table);
-/* VNI range as per RFC 7432 */
-#define CMD_VNI_RANGE "(1-16777215)"
-
DEFUN (ip_multicast_mode,
ip_multicast_mode_cmd,
"ip multicast rpf-lookup-mode <urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix>",