summaryrefslogtreecommitdiffstats
path: root/zebra/rib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #1236 from donaldsharp/interface_startupRenato Westphal2017-09-291-0/+2
|\ \
| * | zebra: Do not allow same rib_dest_t be queued multiple times to meta queueDonald Sharp2017-09-251-0/+2
| |/
* / zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp2017-09-251-1/+1
|/
* zebra: remove refcnt from the route_entry structureRenato Westphal2017-09-011-3/+0
* zebra: cleanup blackhole supportDavid Lamparter2017-08-281-1/+2
* zebra: rib: use nexthop ptr in rib_add/deleteDavid Lamparter2017-08-281-6/+5
* zebra: Pay attention to metric from kernelDonald Sharp2017-08-091-2/+3
* zebra: add new flag to detect nexthop label updatesRenato Westphal2017-08-091-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-227/+212
* lib,zebra: Fix ALL_NEXTHOPS iteratorChristian Franke2017-07-121-33/+0
* Update comments for ALL_NEXTHOPS_RO definitionßingen2017-07-121-10/+5
* Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPSßingen2017-07-101-1/+1
* Allow for more than 1 NH recursion levelßingen2017-06-281-23/+15
* zebra: Fix the metaq to be aware of all routing protocols we could seeDonald Sharp2017-06-071-1/+1
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-50/+53
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: labeled unicast handlingDon Slice2017-04-061-1/+1
* zebra: fpm: convert into moduleDavid Lamparter2017-03-251-0/+3
* lib: Enhance prefix dump for EVPN prefixesvivek2017-02-141-2/+2
* Merge branch 'master' into feature/zebra-srcdestChristian Franke2017-01-311-4/+4
|\
| * zebra: Cleanup dead code and unused return valueDonald Sharp2017-01-301-4/+4
* | zebra: add srcdest support to ribChristian Franke2017-01-301-2/+4
* | zebra: receive ZAPI IPv6 source prefixDavid Lamparter2017-01-301-4/+4
|/
* zebra: remove unused variableRenato Westphal2016-12-231-1/+0
* zebra: fix FIB route updates on *BSDRenato Westphal2016-12-231-1/+1
* zebra: plug more memory leaksRenato Westphal2016-11-281-1/+2
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-3/+4
* zebra: support FIB override routesTimo Teräs2016-09-301-0/+1
* Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-1/+1
* Revert "zebra: support FIB override routes"Donald Sharp2016-09-231-1/+0
* zebra: support FIB override routesTimo Teräs2016-09-231-0/+1
* Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-231-0/+3
* zebra: Pass in vrf to rib_match_ipv4_multicastDonald Sharp2016-09-141-1/+1
* zebra: Remove unused function reference.Donald Sharp2016-09-011-2/+0
* zebra: refactor rib_add_ipv[4|6]_multipathDonald Sharp2016-09-011-12/+3
* zebra: Refactor rib_add_ipv[4|6] to a common functionDonald Sharp2016-09-011-4/+5
* zebra: Refactor rib_delete_ipv[4|6]Donald Sharp2016-09-011-8/+4
* zebra: Refactor rib_match_ipv[4|6]Donald Sharp2016-09-011-4/+2
* zebra: Create zebra_static.[ch] to isolate codeDonald Sharp2016-09-011-69/+6
* zebra: implement per-route mtu handlingTimo Teräs2016-08-211-2/+7
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2016-08-191-0/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-14/+13
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2016-05-261-0/+17
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2016-05-261-1/+2
* zebra: mrib: static route supportEverton Marques2016-05-261-2/+2
* zebra: add rib_match_ipv4_safi()Everton Marques2016-05-261-1/+1