diff options
| author | Russ White <russ@riw.us> | 2018-11-08 18:13:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-08 18:13:27 -0500 |
| commit | 2379dbecbd3b56ef1affc9127b8eb44f61d591fa (patch) | |
| tree | 7e78f6ccdc06870afebe0ddcb83966a9b1e596a5 /zebra/zebra_vty.c | |
| parent | 08d2b7fce98ad78a5be880695bc0bd2f722ea16d (diff) | |
| parent | 9a8897aa9a51c2151a1629c9c491ddc6d0dfb589 (diff) | |
Merge pull request #3202 from donaldsharp/evpn_dump
Evpn dump
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 3 |
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>", |
