summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+0
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-53/+22
|\|
| * *: Consistently support 32-bit route tagsChristian Franke2016-10-081-43/+11
| * zebra: use qobj and enable concurrent config editsDavid Lamparter2016-10-071-33/+37
* | all: removed all DEFUN command stompsDaniel Walton2016-10-061-233/+23
* | bgpd and zebra: scrubbed argc CHECK MEsDaniel Walton2016-09-291-14/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+14
* | Expand #defines in command stringsDaniel Walton2016-09-251-8/+8
* | zebra: fix zebra_routemap.c checkme'sQuentin Young2016-09-241-293/+141
* | zebra: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-31/+46
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-8/+8
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-118/+131
* | zebra: argv update for all but zebra_vty.cDaniel Walton2016-09-221-45/+45
* | Revert "zebra: Fixup to use the new parser"Daniel Walton2016-09-221-67/+67
* | zebra: Fixup to use the new parserDonald Sharp2016-09-211-67/+67
|/
* *: 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