summaryrefslogtreecommitdiffstats
path: root/lib/routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #4352 from donaldsharp/routemap_fix_replaceMark Stapp2019-05-161-6/+3
|\
| * lib: Fix gcc 9.1 and --enable-werror issues foundDonald Sharp2019-05-161-6/+3
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-3/+3
|/
* bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-22/+9
* lib: in routemap.c if using a switch for an enum get rid of enumDonald Sharp2019-05-111-3/+21
* Merge pull request #4297 from vishaldhingra/rmapDonald Sharp2019-05-101-0/+2
|\
| * lib : Child rmap not sending an update to parent rmap,if there is an update i...vishaldhingra2019-05-091-0/+2
* | lib, bgpd: Disallow processing of duplicate config.Naveen Thanikachalam2019-05-091-0/+17
|/
* *: remove null check before XFREEQuentin Young2019-02-261-10/+5
* *: Rename backet to bucketTim Bray2019-02-251-6/+6
* lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.rgirada2019-02-041-0/+55
* Merge branch 'pull/3197'David Lamparter2018-10-231-7/+6
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-7/+6
* | lib: fix the "no match ipv6 next-hop type" commandRenato Westphal2018-10-201-1/+2
|/
* bgpd: Check if route-map really exists before applying to the peerDonatas Abraitis2018-10-111-0/+12
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* Merge pull request #3102 from ton31337/feature/match_blackhole_nexthopsDavid Lamparter2018-10-021-0/+137
|\
| * bgpd: Match routes by type under route-mapsDonatas Abraitis2018-10-021-0/+137
* | lib: Allow some usage statistics for route-mapsDonald Sharp2018-09-251-3/+9
|/
* lib: Trigger callbacks to re-evaluate route-map clauses when "call" CLI is ex...Naveen Thanikachalam2018-09-211-1/+12
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* lib: Convert routemap.c to use new error-code subsystemDonald Sharp2018-09-061-1/+3
* lib: sort route-maps for displayQuentin Young2018-08-301-2/+20
* lib: routemap.c trust backet->dataDonald Sharp2018-08-151-14/+9
* lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit moreDonald Sharp2018-08-031-0/+9
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-2/+3
* bgpd, lib, zebra: Remove unnecessary returnDonald Sharp2018-06-201-1/+1
* lib: Don't expose a function that is never usedDonald Sharp2018-06-201-1/+1
* bgpd, lib, pimd: Remove unused variable.Donald Sharp2018-06-201-1/+1
* lib: Convert true/false values to boolDonald Sharp2018-04-291-7/+7
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-18/+11
* lib: Fix nexthop reading to work betterDonald Sharp2017-11-061-1/+1
* lib: Hash creation cleanupDonald Sharp2017-09-051-5/+10
* *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-61/+66
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-1/+1
* lib, bgpd: fix `set ip next-hop peer-address`Quentin Young2017-08-101-9/+9
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-6/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2112/+1905
* 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
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-1/+1
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-2/+2
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-39/+39
|/
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-3/+3
* *: rebase vty_outln() -> masterQuentin Young2017-06-291-6/+6
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-60/+52
* Merge pull request #735 from qlyoung/fix-routemapRuss White2017-06-291-10/+22
|\
| * lib: some minor cli fixups for routemapQuentin Young2017-06-211-2/+6