summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-11-09 00:13:27 +0100
committerGitHub <noreply@github.com>2018-11-09 00:13:27 +0100
commit2379dbecbd3b56ef1affc9127b8eb44f61d591fa (patch)
tree7e78f6ccdc06870afebe0ddcb83966a9b1e596a5 /zebra/zebra_vty.c
parentMerge pull request #3290 from rubenk/configure-ac-fix-typo-in-error-message (diff)
parentbgpd: move non-best local path checks outside the function (diff)
downloadfrr-2379dbecbd3b56ef1affc9127b8eb44f61d591fa.tar.xz
frr-2379dbecbd3b56ef1affc9127b8eb44f61d591fa.zip
Merge pull request #3202 from donaldsharp/evpn_dump
Evpn dump
Diffstat (limited to 'zebra/zebra_vty.c')
-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 4fff37637..263cb3d22 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>",