summaryrefslogtreecommitdiffstats
path: root/lib/vrf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * lib: Stop potential uninitialized memory accessDonald Sharp2017-01-061-3/+5
* | lib: remove vty->indexDavid Lamparter2016-12-091-1/+1
* | Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-0/+13
|\ \
* \ \ Merge branch 'stable/2.0'David Lamparter2016-12-051-360/+154
|\ \ \ | |/ / |/| / | |/
| * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-9/+9
| * lib/zebra: put vrf_get() on a dietRenato Westphal2016-11-281-166/+53
| * lib/zebra: convert vrf_list to a red-black treeRenato Westphal2016-11-281-34/+16
| * *: rename two vrf functionsRenato Westphal2016-11-281-7/+7
| * lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-169/+30
| * lib: fix creation of pre-provisioned VRFsRenato Westphal2016-11-281-0/+1
| * zebra/lib: move some code aroundRenato Westphal2016-11-281-0/+54
|/
* lib: qobj: register ifaces, routemaps & keychainsDavid Lamparter2016-10-071-0/+6
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+3
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-281-2/+1
* lib: Vrf disable hook was never being runDonald Sharp2016-05-061-1/+2
* lib: Fix unprotected debugDonald Sharp2016-05-051-1/+2
* lib: Rework vrf_getDonald Sharp2016-05-031-67/+155
* zebra: Only create vrf route-node if in the kernelDon Slice2016-04-211-49/+58
* lib, zebra: Rework vrf_add_updateDonald Sharp2016-04-151-9/+5
* lib, zebra: Rearrange vrf_delete_updateDonald Sharp2016-04-151-0/+2
* lib, zebra: Refactor vrf creation a bit moreDonald Sharp2016-04-131-37/+0
* lib: passing in vrf string length is not neededDonald Sharp2016-04-131-5/+7
* quagga: Remove iflist global variableDonald Sharp2016-04-081-5/+5
* lib, zebra: Rename ZEBRA_VRF_ACTIVEDonald Sharp2016-04-081-3/+3
* lib: Refactor XX_name_len awayDonald Sharp2016-04-081-26/+0
* lib: Initialize variablevivek2016-04-051-1/+1
* lib: Ensure VRF is created with correct idvivek2016-04-051-1/+19
* lib, zebra: Fix vrf new hook callback.Donald Sharp2016-04-011-3/+1
* lib: Combine name comparison functionDonald Sharp2016-03-311-54/+2
* Quagga: Fix VRF lookup by namevivek2016-03-261-2/+2
* BGP: Fix interface list upon instance creation/deletionvivek2016-02-241-0/+9
* BGP: Cleanup interfaces properly on instance delete or exitvivek2016-02-221-0/+9
* lib, vtysh, zebra: Better VRF debug handlingDonald Sharp2016-02-031-12/+92
* lib, zebra: Abstract vrf.c to handle both vrf_id_t and char *nameDonald Sharp2016-02-011-64/+258
* *: add VRF ID in the API message headerFeng Lu2015-11-041-0/+93
* lib/vrf: enable / disable a VRFFeng Lu2015-10-301-1/+101
* lib: move the interface list into "struct vrf"Feng Lu2015-10-301-4/+32
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-0/+5
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-10-301-0/+268