summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* zebra: Add route-map support to ip import-tableDon Slice2016-05-131-0/+44
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-1/+0
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...vivek2015-12-091-6/+0
|\
| * ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAMEDonald Sharp2015-12-041-6/+0
* | Zebra: Schedule RIB processing based on trigger eventvivek2015-12-091-11/+15
|/
* Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-6/+19
* Zebra: Cleanup RIB debugsvivek2015-11-201-5/+5
* zebra: lookup the address in all VRFs when set the route-map rule "set src"Feng Lu2015-10-301-4/+13
* zebra: let the route-map rule "match interface" work for VRFsFeng Lu2015-10-301-9/+13
* Zebra: On a link down, schedule static routes only.vivek2015-10-211-0/+19
* Remove unused variableDinesh G Dutt2015-09-161-2/+0
* Zebra: Add IPv6 protocol filtering support & Setting Src of IPv6 routesDinesh G Dutt2015-09-161-29/+165
* Create override for quagga reinstall of originated routesDonald Sharp2015-08-261-11/+3
* zebra: zebra-warnings.patchDonald Sharp2015-05-201-2/+6
* bgpd-nht-import-check-fix.patchDonald Sharp2015-05-201-6/+6
* Zebra: Don't resolve routes over default for nexthop trackingDonald Sharp2015-05-201-0/+6
* Add support for filtering by tag in a route-map when installing routes in the...Donald Sharp2015-05-201-1/+103
* zebra-set-src-routemap.patchDonald Sharp2015-05-201-1/+1
* 'set metric -12' is broken in the parserDonald Sharp2015-05-201-8/+8
* zebra: zebra-nht-routemap.patchDonald Sharp2015-05-201-36/+612
* bgpd: bgpd-event-driven-route-map-updates.patchDonald Sharp2015-05-201-17/+304
* nexthop-tracking.patchDonald Sharp2015-05-201-0/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* zebra: rework recursive route resolutionChristian Franke2013-09-191-12/+4
* zebra: trivial warning fixPaul Jakma2011-04-131-7/+4
* [zebra] Trivial patches so we can compile when IPv6 is not enabledAndrew J. Schorr2007-05-301-0/+2
* [zebra] Add zebra_routemap.cPaul Jakma2007-05-041-0/+709