summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-11-08 18:13:27 -0500
committerGitHub <noreply@github.com>2018-11-08 18:13:27 -0500
commit2379dbecbd3b56ef1affc9127b8eb44f61d591fa (patch)
tree7e78f6ccdc06870afebe0ddcb83966a9b1e596a5 /zebra/zebra_vty.c
parent08d2b7fce98ad78a5be880695bc0bd2f722ea16d (diff)
parent9a8897aa9a51c2151a1629c9c491ddc6d0dfb589 (diff)
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 4fff376377..263cb3d22c 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>",