summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+3
* zebra: support static srcdest routesChristian Franke2017-01-301-51/+208
* zebra: add srcdest support to ribChristian Franke2017-01-301-43/+53
* *: Fix redistribute issueDonald Sharp2017-01-271-4/+4
* zebra: Cleanup zebra_static CLANG/SA issues.Donald Sharp2017-01-181-0/+11
* zebra: Fix include order for buildDonald Sharp2017-01-181-1/+1
* Merge branch 'stable/2.0-for-merge'David Lamparter2017-01-131-8/+8
|\
| * zebra: Allow tag values greater than 2 billion on armDonald Sharp2017-01-061-8/+8
* | Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-071-5/+4
|\ \
| * \ Merge pull request #32 from qlyoung/fix-cli-nits2Donald Sharp2017-01-071-1/+0
| |\ \
| | * | bgpd, ospfd, zebra: remove duplicate cli installsQuentin Young2016-12-291-1/+0
| * | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-061-4/+4
| |\ \ \ | | |/ / | |/| / | | |/
| | * build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-12/+12
* | | all: use ->text when parsing protocol argumentQuentin Young2016-12-161-21/+17
|/ /
* | zebra-mpls: fix regression caused by wrong conflict resolutionRenato Westphal2016-12-141-0/+17
* | zebra: Remove weird blackhole/reject static routesQuentin Young2016-12-141-151/+4
* | Merge branch 'fixes/command'David Lamparter2016-12-081-1/+1
|\ \
| * | zebra: use correct cmd index for 'no ipv6 route' commandChristian Franke2016-12-051-1/+1
* | | Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-061-99/+105
|\ \ \
| * \ \ Merge branch 'stable/2.0'David Lamparter2016-12-051-99/+105
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
* | | all: Replace "JavaScript Object Notation\n" with JSON_STRQuentin Young2016-11-301-2/+2
* | | all: Fix all underfull doc stringsQuentin Young2016-11-301-1/+5
|/ /
* | all: Fix underfull doc strings, part 2Quentin Young2016-11-081-2/+5
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-7/+25
|\|
| * 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 branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-33/+58
|\|
| * 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
* | | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-205/+249
|\| |
| * | *: 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