summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vrf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: duplicate nexthops for cross-vrf static routes on vrf bounceDon Slice2018-07-021-8/+0
* zebra: table_id election with the vrf backendPhilippe Guibert2018-06-011-4/+21
* zebra: clean up zapi organizationQuentin Young2018-04-231-1/+1
* vtysh, zebra: print exit-vrf at end of vrf contextQuentin Young2018-04-171-6/+5
* Merge pull request #1973 from donaldsharp/static_nh_vrfRenato Westphal2018-04-101-42/+2
|\
| * zebra: Fixup enable/disable of static routes in vrfsDonald Sharp2018-03-271-42/+2
* | zebra: add the handling of table ids from remote daemonsPhilippe Guibert2018-03-291-1/+1
* | *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
|/
* Merge pull request #1819 from donaldsharp/static_stuffRenato Westphal2018-03-141-1/+6
|\
| * zebra: Allow for storage of non-configed vrf routesDonald Sharp2018-03-071-0/+6
| * zebra: Fix vrf outputDonald Sharp2018-03-071-1/+0
* | lib: privileges are granted to vty netns commandPhilippe Guibert2018-03-131-1/+2
|/
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-16/+19
* zebra: adapt the vrf and logical router initialisationPhilippe Guibert2018-02-271-2/+2
* lib: add namespace name structure in zebra messagePhilippe Guibert2018-02-271-1/+1
* zebra: zns context is filled in when vrf is enabledPhilippe Guibert2018-02-271-4/+5
* zebra: copy logical-router-command under vrf subnodePhilippe Guibert2018-02-271-0/+1
* zebra: add a runtime flag to enable vrf with netnsPhilippe Guibert2018-02-271-1/+2
* Merge pull request #1736 from mkanjari/type5-with-asymmPhilippe Guibert2018-02-271-1/+4
|\
| * zebra, bgp: Support type-5 routes with asymmetric routingMitesh Kanjariya2018-02-101-1/+4
* | zebra: Fix up some code formatting issues.Donald Sharp2018-02-231-1/+2
* | zebra: Allow table creation for tables greater than 252Donald Sharp2018-02-231-3/+0
* | zebra: Move zvrf->other_tables into znsDonald Sharp2018-02-231-44/+6
|/
* Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancementsPhilippe Guibert2018-02-081-57/+176
|\
| * *: Refine the notion of a configured VRF in FRRvivek2018-01-241-3/+35
| * zebra: Refine cleanup when a VRF with configuration gets deletedvivek2018-01-241-40/+96
| * *: Handle VRF configuration when VRF gets inactivated and activatedvivek2018-01-241-24/+49
| * zebra: write vni to config in default vrfMitesh Kanjariya2018-01-241-1/+7
* | zebra: On shutdown actually delete rn's assoc w/ other_tablesDonald Sharp2018-01-291-0/+1
|/
* zebra: Move `ip route ...` generation to vrf controlDonald Sharp2018-01-121-5/+10
* zebra: Cleanup vrf_config_writeDonald Sharp2018-01-121-6/+7
* zebra: only write vni config under vrf if the vni is validMitesh Kanjariya2017-12-141-1/+2
* zebra, lib: zebra changes for symmetric routing supportMitesh Kanjariya2017-12-141-0/+5
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-5/+3
* zebra: Fixup indentationDonald Sharp2017-09-111-2/+3
* zebra: Coverity Code CleanupDonald Sharp2017-08-251-0/+4
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-1/+1
* zebra: add pseudowire managerßingen2017-08-091-0/+2
* zebra: vrf: remove VRF-move static route updatingDavid Lamparter2017-08-061-45/+0
* *: 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
|/