summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vrf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Allow the zvrf to know it's vrf when allocingDonald Sharp2021-05-051-1/+1
* *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-281-1/+0
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-1/+1
* zebra: rename vni to evpn where appropriatePat Ruddy2020-08-121-2/+2
* zebra: add IPv6 router-idSebastien Merle2020-07-171-0/+5
* zebra: Remove typedef of mpls_srgb_tDonald Sharp2020-05-081-3/+3
* zebra: Add vrf name and id to debugsJakub Urbańczyk2020-04-121-1/+3
* zebra: separate zebra_vrf_lookup_table_with_id()Stephen Worley2019-11-011-3/+7
* zebra: nht resolution default configurable per vrfPhilippe Guibert2019-08-281-0/+3
* pimd, zebra: request for replay of SG entries on startupAnuradha Karuppiah2019-07-031-0/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-9/+0
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-0/+9
* zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-06-041-0/+4
* Revert "zebra: move rtadv service from zrouter to zvrf"Donald Sharp2019-05-161-4/+0
* Merge pull request #4269 from donaldsharp/other_tablesRuss White2019-05-161-2/+33
|\
| * zebra: Track tables allocated by vrf and cleanupDonald Sharp2019-05-091-0/+33
| * zebra: Remove basic duplicated functionDonald Sharp2019-05-091-2/+0
* | zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-04-251-0/+4
|/
* zebra: maintain mcast tunnel origination and termination SG entriesAnuradha Karuppiah2019-04-201-0/+3
* zebra: remove unused VRF_RIB_SCHEDULED flagMark Stapp2019-04-051-2/+1
* Merge branch 'master' into evpn-session-vrfTuetuopay2019-03-281-0/+9
|\
| * add cplusplus guards to all zebra headersEmanuele Di Pascale2019-03-251-0/+9
* | zebra: Move the EVPN VRF pointer to zebra_routerTuetuopay2019-03-271-14/+0
* | zebra: Fixes following srimohans' adviceTuetuopay2019-03-221-3/+1
* | zebra: Store the EVPN VRF in the default VRFTuetuopay2019-03-191-3/+19
|/
* zebra: advertise svi ip as macip route changesChirag Shah2019-02-071-0/+2
* zebra: move LSP updates into dataplane subsystemMark Stapp2019-01-221-1/+3
* zebra: dup addr detect zapi changesChirag Shah2018-11-181-0/+7
* zebra: use async dplane route updatesMark Stapp2018-10-251-0/+2
* zebra: start dataplane layer workMark Stapp2018-10-251-1/+1
* lib, zebra: Allow the specification of BUM floodingDonald Sharp2018-10-121-0/+7
* zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4)vishaldhingra2018-10-111-0/+7
* zebra: vrf aware routmap is missing in Zebra #2802(Part 1 of 4)vishaldhingra2018-10-111-0/+12
* staticd: Start the addition of a staticdDonald Sharp2018-07-291-5/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-8/+8
* zebra: adapt the vrf and logical router initialisationPhilippe Guibert2018-02-271-4/+3
* zebra: enhance show vrf for netns and fixingPhilippe Guibert2018-02-271-0/+13
* zebra: fix static analysis issue with zvrf_idPhilippe Guibert2018-02-271-0/+2
* zebra: Move zvrf->other_tables into znsDonald Sharp2018-02-231-3/+3
* lib, sharpd, zebra: Update the zapi_vrf_label call to add afiDonald Sharp2018-02-141-1/+1
* lib, zebra: Add new api to specify a label associated with the vrfDonald Sharp2018-02-091-0/+3
* *: Refine the notion of a configured VRF in FRRvivek2018-01-241-0/+1
* zebra, lib: zebra changes for symmetric routing supportMitesh Kanjariya2017-12-141-0/+4
* zebra: Handle L3 multi-tenancy correctly for EVPNvivek2017-10-061-1/+3
* Merge branch 'frr/pull/822' ("EVPN fixes")David Lamparter2017-08-091-0/+5
|\
| * bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-081-0/+5
* | zebra: add support for static pseudowiresRenato Westphal2017-08-091-0/+1
* | zebra: add pseudowire managerßingen2017-08-091-0/+4
* | zebra: vrf: remove VRF-move static route updatingDavid Lamparter2017-08-061-1/+0
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-82/+79