| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: json support for show ip nht route-map | Sindhu Parvathi Gopinathan | 2022-12-16 | 1 | -27/+102 |
* | zebra: Free up routemap name memory on vrf deletion event | Donald Sharp | 2022-12-09 | 1 | -0/+17 |
* | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 1 | -2/+0 |
* | lib, zebra, pimd: clean up/fix VRF DECLVAR macros | David Lamparter | 2022-04-28 | 1 | -8/+8 |
* | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -2/+1 |
* | zebra: Start carrying safi for rnh processing | Donald Sharp | 2021-09-27 | 1 | -6/+8 |
* | zebra: remove 'enum rnh_type' from system | Donald Sharp | 2021-09-27 | 1 | -9/+6 |
* | build: make builddir include path consistent | David Lamparter | 2021-04-21 | 1 | -1/+1 |
* | zebra: North-bound implementation for zebra rmaps | Sarita Patra | 2021-03-30 | 1 | -26/+48 |
* | zebra: kill zebra_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -1/+0 |
* | Merge pull request #7905 from mjstapp/fix_zapi_nhg | Donald Sharp | 2021-01-25 | 1 | -1/+1 |
|\ |
|
| * | zebra: use afi_t for route-map address family arg | Mark Stapp | 2021-01-21 | 1 | -1/+1 |
* | | zebra: A `zebra route-map delay-timer 0` command should still run the route-map | Donald Sharp | 2021-01-16 | 1 | -5/+4 |
* | | zebra: Push timer out if another route-map change comes in for zebra | Donald Sharp | 2021-01-16 | 1 | -7/+5 |
* | | zebra: Limit routemap changes to reconsider only routes associated with that rm | Donald Sharp | 2021-01-16 | 1 | -26/+14 |
* | | zebra: Allow rib_update_table to receive a specified route type | Donald Sharp | 2021-01-16 | 1 | -4/+8 |
* | | doc: Document the "zebra route-map delay-timer" functionality | Donald Sharp | 2021-01-16 | 1 | -2/+2 |
|/ |
|
* | zebra: zebra route-map delay-timer is global not per vrf | Donald Sharp | 2021-01-09 | 1 | -1/+2 |
* | zebra: Remove uncalled function | Donald Sharp | 2021-01-09 | 1 | -8/+0 |
* | Merge pull request #7524 from donaldsharp/zebra_route_map_tighten | Donatas Abraitis | 2020-12-10 | 1 | -2/+13 |
|\ |
|
| * | zebra: deny when route map is specified but does not exist yet | Donald Sharp | 2020-11-14 | 1 | -2/+13 |
* | | *: Remove route_map_object_t from the system | Donald Sharp | 2020-11-14 | 1 | -162/+121 |
|/ |
|
* | *: unify thread/event cancel macros | Mark Stapp | 2020-10-23 | 1 | -1/+1 |
* | * : update signature of thread_cancel api | Mark Stapp | 2020-10-23 | 1 | -1/+1 |
* | *: introduce DEFPY_YANG & friends | Renato Westphal | 2020-08-03 | 1 | -24/+24 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -1/+1 |
* | zebra: migrate route map commands to northbound | Rafael Zalamena | 2020-03-23 | 1 | -286/+193 |
* | zebra: Disable rmap update thread before routemap_finish while shutting down ... | saravanank | 2020-03-17 | 1 | -0/+9 |
* | *: Remove parenthesis on return for constants | Donatas Abraitis | 2020-02-09 | 1 | -1/+1 |
* | *: make all route_map_rule_cmd const | David Lamparter | 2019-11-30 | 1 | -45/+91 |
* | zebra: Fix `show ip nexthop route-map` and `show ip protocol` | Donald Sharp | 2019-11-23 | 1 | -12/+12 |
* | lib: rmap dep table is not correct in case of exact-match clause | vdhingra | 2019-09-15 | 1 | -10/+1 |
* | *: Convert some route map functions to return the enum | Donald Sharp | 2019-09-03 | 1 | -2/+12 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -51/+44 |
* | rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole` | Donatas Abraitis | 2019-06-21 | 1 | -0/+76 |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -36/+43 |
* | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 1 | -1/+1 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -43/+36 |
* | zebra: Make coverity SA happy with zebra_routemap.c | Donald Sharp | 2019-05-11 | 1 | -0/+20 |
* | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -2/+1 |
* | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 1 | -4/+2 |
* | Merge pull request #3518 from rgirada/routemap_3090 | Donald Sharp | 2019-02-05 | 1 | -2/+35 |
|\ |
|
| * | zebrad: Added changes to track route-map usage | rgirada | 2019-02-04 | 1 | -2/+35 |
* | | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -2/+2 |
|/ |
|
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | zebra: consolidate how we indentify address-families in the NHT code | Renato Westphal | 2019-01-21 | 1 | -8/+8 |
* | zebra: Add `match ipv6 address WORD` as a legal option | Donald Sharp | 2018-11-07 | 1 | -9/+32 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4) | vishaldhingra | 2018-10-11 | 1 | -110/+177 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4) | vishaldhingra | 2018-10-11 | 1 | -175/+230 |
* | zebra: vrf aware routmap is missing in Zebra #2802(Part 2 of 4) | vishaldhingra | 2018-10-11 | 1 | -8/+26 |