summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: When handling nexthops use the correct vrfDonald Sharp2018-01-121-5/+6
* zebra: Add nh_vrf_id to rib_addDonald Sharp2018-01-121-4/+5
* zebra: Use the correct vrf id to lookup the ifp pointerDonald Sharp2018-01-121-1/+2
* zebra: Add nh_vrf_id to 'struct route_entry`Donald Sharp2018-01-121-0/+1
* Merge branch 'master' into evpn-symmetric-routingMitesh Kanjariya2018-01-111-74/+73
|\
| * zebra: Fix dest dereferenceDonald Sharp2018-01-021-1/+8
| * Merge pull request #1515 from donaldsharp/selected_to_front1Renato Westphal2017-12-191-73/+64
| |\
| | * zebra: Replace SELECTED_FIB flag with a rib_dest_t pointerDonald Sharp2017-12-051-73/+64
| * | zebra: Add ability to support tags -> realms in linuxKaloyan Kovachev2017-12-141-1/+2
| |/
* | bgpd: process evpn type-5 routes received from peersMitesh Kanjariya2017-12-141-2/+2
* | zebra: proper refcounting for rmac/nh entriesmitesh2017-12-141-1/+19
* | bgpd: set evpn rvtep nexthops as active by defaultMitesh Kanjariya2017-12-141-1/+3
* | bgpd: program mac-ip routes in matching vrfsmitesh2017-12-141-1/+2
|/
* zebra: Implement call back for route install/delete success/failDonald Sharp2017-11-291-50/+51
* zebra: Allow zebra_find_client to match on instance as wellDonald Sharp2017-11-271-4/+5
* zebra: Add notification for Route Install eventsDonald Sharp2017-11-271-1/+12
* Merge pull request #1434 from dslicenc/zebra-nexthop-cm8192Renato Westphal2017-11-231-3/+9
|\
| * zebra: fix resolving nexthop through itselfDon Slice2017-11-091-3/+9
* | zebra: When uninstalling a non-unicast route mark it soDonald Sharp2017-11-201-1/+1
|/
* zebra: Allow user to specify work-queue processing hold timeDonald Sharp2017-10-251-7/+1
* zebra: use a switch statement in nexthop_set_resolved()Renato Westphal2017-10-101-21/+23
* Merge pull request #1237 from donaldsharp/distance_specialRenato Westphal2017-10-101-3/+3
|\
| * zebra: Make admin distance a uint8_tDonald Sharp2017-09-251-3/+3
* | *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* | Merge pull request #1236 from donaldsharp/interface_startupRenato Westphal2017-09-291-0/+9
|\ \
| * | zebra: Do not allow same rib_dest_t be queued multiple times to meta queueDonald Sharp2017-09-251-0/+9
| |/
* | Merge pull request #1240 from donaldsharp/allow_self_deleteRenato Westphal2017-09-271-2/+26
|\ \
| * | zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp2017-09-251-2/+26
| |/
* | Merge pull request #1235 from chiragshah6/ospf_vrf_devRenato Westphal2017-09-261-2/+2
|\ \
| * | zebra: Nexthop APIs to use correct vrf_idChirag Shah2017-09-251-2/+2
| |/
* | zebra: make rib_add() a simple wrapper for rib_add_multipath()Renato Westphal2017-09-211-88/+7
* | zebra: fix detection of duplicate kernel routes (ECMP version)Renato Westphal2017-09-211-1/+5
* | zebra: pay attention to metric from kernel (ECMP version)Renato Westphal2017-09-211-2/+8
* | zebra: plug memory leak in rib_add_multipath()Renato Westphal2017-09-211-3/+4
* | zebra: use the afi parameter in rib_add_multipath()Renato Westphal2017-09-211-8/+2
|/
* Merge pull request #1157 from donaldsharp/recursive_blackholeJafar Al-Gharaibeh2017-09-211-4/+4
|\
| * zebra: Allow recursive nexthop resolution to consider blackholesDonald Sharp2017-09-121-4/+4
* | Merge pull request #1160 from opensourcerouting/admin_distanceDonald Sharp2017-09-211-5/+15
|\ \
| * | zebra: fix administrative distance issuesRenato Westphal2017-09-121-5/+2
| * | zebra: Fix up default admin distance for some route typesDonald Sharp2017-09-121-0/+13
| |/
* | *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-51/+33
* | Merge pull request #1163 from donaldsharp/deduplicate_nexthopsRuss White2017-09-131-0/+16
|\ \
| * | zebra: deduplicate nexthopsDavid Lamparter2017-09-121-0/+16
| |/
* | zebra: Fix rib_update_tableDonald Sharp2017-09-111-21/+23
* | zebra: Small performance improvement for garbage collectionDonald Sharp2017-09-111-3/+5
|/
* zebra: allow multiple connected routes for the same prefixRenato Westphal2017-09-071-3/+4
* zebra: Allow zebra to delete self originated routesDonald Sharp2017-09-061-17/+47
* zebra: add an exception for link-local connected routesRenato Westphal2017-09-011-1/+6
* zebra: fix detection of duplicate system routesRenato Westphal2017-09-011-5/+4
* zebra: remove refcnt from the route_entry structureRenato Westphal2017-09-011-11/+3