summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vrf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-388/+370
* Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-2/+2
|\
| * *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-2/+2
* | zebra: VNI and VTEP handlingvivek2017-07-121-0/+5
|/
* *: use vty_outlnQuentin Young2017-06-291-2/+2
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-3/+3
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-5/+4
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-5/+4
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* zebra: fix infinite loop when deleting non-default vrfRenato Westphal2017-04-291-0/+1
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* zebra: support static srcdest routesChristian Franke2017-01-301-17/+13
* zebra: add srcdest support to ribChristian Franke2017-01-301-24/+17
* zebra: fix segfault on exit when RIB debugging is enabledRenato Westphal2016-12-141-2/+6
* Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-32/+1
|\
* \ Merge branch 'stable/2.0'David Lamparter2016-12-051-120/+260
|\ \ | |/ |/|
| * zebra: plug more memory leaksRenato Westphal2016-11-281-20/+145
| * zebra: loop through all static routes on vrf enable/disableRenato Westphal2016-11-281-42/+36
| * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-46/+23
| * lib/zebra: put vrf_get() on a dietRenato Westphal2016-11-281-3/+3
| * lib/zebra: convert vrf_list to a red-black treeRenato Westphal2016-11-281-2/+1
| * *: rename two vrf functionsRenato Westphal2016-11-281-2/+2
| * lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-3/+2
| * zebra: nuke zvrf_list and always use vrf_list insteadRenato Westphal2016-11-281-14/+10
| * zebra/lib: move some code aroundRenato Westphal2016-11-281-0/+50
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-0/+3
|\|
| * Quagga: Static LSP configurationvivek2016-09-231-0/+3
* | all: removed all DEFUN command stompsDaniel Walton2016-10-061-0/+1
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+2
* zebra: Create zebra_static.[ch] to isolate codeDonald Sharp2016-09-011-0/+1
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-281-1/+2
* zebra: Fix interface based static routesDonald Sharp2016-05-101-6/+8
* zebra: Save the zvrf in a zvrf_listDonald Sharp2016-05-061-5/+35
* zebra: Add code to add/remove statics from the ribDonald Sharp2016-05-061-0/+96
* lib: Rework vrf_getDonald Sharp2016-05-031-0/+3
* zebra: Refactor zebra_vrf_static_tableDonald Sharp2016-05-021-3/+1
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-0/+306