diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-09-25 12:49:10 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-09-25 12:49:10 -0400 |
| commit | 1ae43f88ea936644b6408df5ea1f388802d53d05 (patch) | |
| tree | 24dd1a06e79a44566824981aaf011d3ad0679a3a | |
| parent | 33fb59c3286e53e905b112f7769afb5bb41feead (diff) | |
bgpd: Fix unused variable
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -rw-r--r-- | bgpd/bgp_evpn_vty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_evpn_vty.c b/bgpd/bgp_evpn_vty.c index 6ae7c5ba4b..7ae77aede5 100644 --- a/bgpd/bgp_evpn_vty.c +++ b/bgpd/bgp_evpn_vty.c @@ -1124,7 +1124,6 @@ DEFUN(evpnrt5_network, int idx_gwip = 11; int idx_ethtag = 5; int idx_routermac = 13; - int idx_rmap = 15; return bgp_static_set_safi( AFI_L2VPN, SAFI_EVPN, vty, argv[idx_ipv4_prefixlen]->arg, |
