summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: `show ip route A.B.C.D json` would only show last route entryDonald Sharp2018-12-051-4/+3
* Merge pull request #3372 from nitinsoniism/show_evpn_mac_vni_all_detailSri Mohana Singamsetty2018-12-041-0/+19
|\
| * zebra: Add "show evpn mac vni all detail" commandNitin Soni2018-11-271-0/+19
* | Merge pull request #3340 from nitinsoniism/show_evpn_vni_detailDavid Lamparter2018-12-041-1/+18
|\ \
| * | zebra: Add "show evpn vni detail" commandNitin Soni2018-11-211-1/+18
* | | zebra: dup addr detect clear cmd non-zero returnChirag Shah2018-12-041-8/+11
* | | zebra: Add "show evpn arp-cache vni all detail" commandNitin Soni2018-11-271-0/+18
| |/ |/|
* | zebra: dup addr detect clear commandChirag Shah2018-11-181-0/+50
* | zebra: dup addr detect operation commandsChirag Shah2018-11-181-2/+90
|/
* Merge pull request #3202 from donaldsharp/evpn_dumpRuss White2018-11-091-3/+0
|\
| * bgpd, lib, vtysh, zebra: Convert to using CMD_VNI_RANGEDonald Sharp2018-10-311-3/+0
* | Merge pull request #3255 from dslicenc/show_evpn_mac_jsonRuss White2018-11-011-3/+6
|\ \ | |/ |/|
| * zebra: add json support to show evpn mac vni <num> mac <mac>Don Slice2018-10-291-3/+6
* | Merge pull request #2946 from mjstapp/dplane_2Donald Sharp2018-10-281-1/+74
|\ \
| * | zebra: limit queued route updatesMark Stapp2018-10-251-0/+34
| * | zebra: add dplane show commandsMark Stapp2018-10-251-1/+40
* | | Merge pull request #2926 from donaldsharp/routerDavid Lamparter2018-10-261-2/+3
|\ \ \ | |_|/ |/| |
| * | zebra: Start breakup of zns into zrouter and znsDonald Sharp2018-10-241-2/+3
| |/
* / *: spelchekDavid Lamparter2018-10-251-2/+2
|/
* zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4)vishaldhingra2018-10-111-3/+0
* zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4)vishaldhingra2018-10-111-22/+21
* zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4)vishaldhingra2018-10-111-4/+24
* bgpd, lib, zebra: Wrapper get/set of table->info pointerDonald Sharp2018-09-241-2/+2
* bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-23/+22
* Merge pull request #2799 from adharkar/frr-zebra_cliDavid Lamparter2018-08-081-7/+41
|\
| * 1. Added json output to "show ip route <prefix>" commandAmeya Dharkar2018-08-081-7/+41
* | zebra: Remove zebra_static.c and .hDonald Sharp2018-07-291-1/+0
* | staticd: Start the addition of a staticdDonald Sharp2018-07-291-1366/+2
* | Merge pull request #2719 from pguibert6WIND/fix_tableno_vrfLou Berger2018-07-281-1/+1
|\ \
| * | zebra: fix missing table identifier passed for ip route vrf commandsPhilippe Guibert2018-07-271-1/+1
* | | lib,zebra: fix json output when vrf1 when not activeNathan Van Gheem2018-07-271-7/+7
|/ /
* | zebra: show pbr iptable per iptablePhilippe Guibert2018-07-241-3/+11
* | Merge pull request #2668 from dslicenc/cm21722-v6-vrf-displayRenato Westphal2018-07-231-3/+6
|\ \
| * | zebra: fix nexthop type check for kernel default route displayDon Slice2018-07-181-3/+3
| * | zebra: remove default vrf output for kernel vrf ipv6 blackhole defaultDon Slice2018-07-171-3/+6
| |/
* / zebra: fix do_show_route_helper to include srcdest routesChristian Franke2018-07-191-1/+1
|/
* zebra: Hide default vrf instance of l3vni cmdChirag Shah2018-06-161-2/+2
* zebra: resource leak fix (Coverity 1465679)paco2018-06-081-5/+9
* Merge pull request #2123 from qlyoung/zserv-mtRuss White2018-06-081-2/+5
|\
| * zebra: misc fixes, perf improvementsQuentin Young2018-05-291-2/+5
* | zebra: keep one command to handle vty with/without table paramPhilippe Guibert2018-06-011-587/+87
* | zebra: add in show vrf information about vrf backend kindPhilippe Guibert2018-06-011-0/+3
* | zebra: add show ip route table vrf commandPhilippe Guibert2018-06-011-0/+31
* | zebra: table_id election with the vrf backendPhilippe Guibert2018-06-011-0/+22
* | zebra: add table keyword to route configuration vty commandPhilippe Guibert2018-06-011-33/+668
|/
* zebra: pbr vty show command for ipset and iptablesPhilippe Guibert2018-05-251-0/+35
* zebra: vni [prefix-routes-only] should also be provided for the 'no' cmdMitesh Kanjariya2018-05-091-3/+9
* zebra: Add a few more breadcrumbsDonald Sharp2018-05-021-0/+7
* zebra: Leave some warning breadcrumbsDonald Sharp2018-04-171-0/+3
* Merge pull request #1973 from donaldsharp/static_nh_vrfRenato Westphal2018-04-101-7/+9
|\