summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* zebra: vrf aware routmap is missing in Zebra #2802(Part 1 of 4)vishaldhingra2018-10-111-64/+122
* zebra : routemap "match ipv6 address prefix list" does not workkssoman2018-08-171-7/+34
* zebra : Zebra does not properly track which route-maps are changed (#2493)kssoman2018-08-171-5/+90
* *: ALLOC calls cannot failDonald Sharp2018-08-111-3/+0
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-18/+18
* zebra, libs: use const prefix ptrs in apisMark Stapp2018-07-111-2/+4
* Merge pull request #2495 from pacovn/fixme_all_digitRuss White2018-06-201-0/+1
|\
| * bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco2018-06-191-0/+1
* | bgpd, lib, zebra: Remove unnecessary returnDonald Sharp2018-06-201-3/+1
* | zebra: Add initial framework to keep track of changed route-mapsDonald Sharp2018-06-201-3/+25
|/
* zebra: Add sharp to protocols that you can match source-protocol onDonald Sharp2018-05-171-4/+6
* zebra: Add 'match source-instance' to allow finer grained controlDonald Sharp2018-05-171-4/+81
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* zebra: Fix failure to parse srcDonald Sharp2018-01-281-1/+1
* zebra: Allow static non interface based routes to leakDonald Sharp2018-01-121-1/+1
* doc, zebra: Add 'match ipv6 address prefix-len (0-128)' commandDonald Sharp2017-11-061-10/+43
* lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp2017-10-251-2/+2
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-25/+30
* zebra: add missing protocols names to source-protocol route-map matchJorge Boncompte2017-08-041-2/+10
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-7/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+7
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-960/+869
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-17/+17
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-17/+17
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-10/+10
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-41/+41
|/
* *: use vty_outlnQuentin Young2017-06-291-73/+65
* *: remove VTY_GET_*Quentin Young2017-06-271-1/+1
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-8/+8
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-4/+5
* *: 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
|\|