summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+1
* bgpd, lib, zebra: Refactor ifname2ifindex to be VRF awareDonald Sharp2017-03-151-1/+1
* lib, pimd, zebra: Convert if_lookup_exact_address to VRF onlyDonald Sharp2017-03-151-4/+4
* *: Fix redistribute issueDonald Sharp2017-01-271-8/+8
* zebra: Fixup paranthesis mistakeDonald Sharp2017-01-131-2/+2
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-5/+2
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-061-12/+8
|\
| * build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-24/+24
* | Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-061-4/+4
|\ \
| * | Merge branch 'stable/2.0'David Lamparter2016-12-051-4/+4
| |\|
| | * lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-4/+4
| | * *: Fix duplicate commands from view/enable node consolidationPaul Jakma2016-10-201-4/+0
* | | all: Fix all underfull doc stringsQuentin Young2016-11-301-6/+10
|/ /
* | zebra: Fix `no ip nht ...` commandsQuentin Young2016-11-171-7/+6
* | all: Fix underfull doc strings, part 1Quentin Young2016-11-051-6/+29
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-1/+0
|\|
| * *: 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