summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-29/+29
* lib/zebra: put vrf_get() on a dietRenato Westphal2016-11-281-4/+4
* zebra: order VRFs by name on user outputRenato Westphal2016-11-281-20/+20
* lib/zebra: convert vrf_list to a red-black treeRenato Westphal2016-11-281-6/+3
* lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-60/+60
* zebra: nuke zvrf_list and always use vrf_list insteadRenato Westphal2016-11-281-5/+17
* zebra: Allow v6 static routes to handle mpls not in kernelDonald Sharp2016-10-251-2/+6
* zebra: Disable mpls slightly differentDonald Sharp2016-10-251-0/+6
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-10-211-46/+85
|\
| * zebra: add support for ipv6 static to null0Don Slice2016-10-061-44/+82
| * json support for "show ip route" for "show ipv6 route"Daniel Walton2016-09-061-63/+297
* | *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-64/+0
* | *: Consistently support 32-bit route tagsChristian Franke2016-10-081-108/+108
* | zebra: support FIB override routesTimo Teräs2016-09-301-1/+6
* | use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-2/+2
* | Revert "zebra: support FIB override routes"Donald Sharp2016-09-231-6/+1
* | zebra: support FIB override routesTimo Teräs2016-09-231-1/+6
* | zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-231-398/+107
* | MPLS: ignore hardware restrictions when --enable-cumulus is not given.Renato Westphal2016-09-231-0/+2
* | MPLS: add support for labeled IPv6 static routes.Renato Westphal2016-09-231-99/+148
* | MPLS: Install labeled static routesvivek2016-09-231-0/+17
* | MPLS: Configure static routes with labels in Quaggavivek2016-09-231-143/+264
* | MPLS: Display enhancements and JSON supportvivek2016-09-231-6/+10
* | Quagga: Display MPLS label forwarding tablevivek2016-09-231-0/+36
* | Quagga: Static LSP configurationvivek2016-09-231-0/+180
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+2
* | zebra: Pass in vrf to rib_match_ipv4_multicastDonald Sharp2016-09-141-1/+1
* | zebra: Refactor v4 and v6 static_add into 1 functionDonald Sharp2016-09-011-5/+4
* | zebra: Refactor v4 and v6 static_deleteDonald Sharp2016-09-011-4/+9
* | zebra: Create zebra_static.[ch] to isolate codeDonald Sharp2016-09-011-1/+2
* | json support for "show ip route" for "show ipv6 route"Daniel Walton2016-08-291-63/+297
* | zebra: implement per-route mtu handlingTimo Teräs2016-08-211-0/+2
|/
* zebra: resolved problem with show ip route vrfDon Slice2016-06-271-1/+4
* zebra/vty: use prefix2str and unify show ip/ipv6 route codeTimo Teräs2016-06-091-235/+34
* zebra: Remove experimental warningDonald Sharp2016-06-011-6/+0
* zebra: don't print uninitialized string (3b02fe8)David Lamparter2016-05-261-3/+1
* Removal of 'show ip mroute'Donald Sharp2016-05-261-92/+0
* zebra: mark multicast commands experimentalDavid Lamparter2016-05-261-2/+9
* zebra: add "show ip rpf" to get result of RPF lookupDavid Lamparter2016-05-261-7/+52
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2016-05-261-2/+70
* zebra: fix optional distance on static mrib routeDavid Lamparter2016-05-261-8/+29
* zebra: mrib: static route supportEverton Marques2016-05-261-118/+163
* zebra: Fix show ip route for ibgp only routesDonald Sharp2016-05-131-1/+2
* zebra: Add route-map support to ip import-tableDon Slice2016-05-131-8/+58
* zebra: Fix interface based static routesDonald Sharp2016-05-101-32/+17
* zebra: fix show ip route vrf to use zvrf_listDonald Sharp2016-05-061-2/+32
* zebra: Fix show vrf and show run to use the zvrf_listDonald Sharp2016-05-061-15/+7
* zebra: Add code to add/remove statics from the ribDonald Sharp2016-05-061-2/+2
* zebra: Allow vrfs to be defined and displayed before netlink vrf addroot2016-05-031-12/+16
* zebra: Stop passing around vrf_id for static_XXX functionsDonald Sharp2016-05-021-29/+53