index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
routemap.c
Age
Commit message (
Expand
)
Author
2024-02-15
lib: Do not convert EVPN prefixes into IPv4/IPv6 if not needed
Donatas Abraitis
2024-01-26
lib: convert route-map to mgmtd
Christian Hopps
2023-11-24
lib,vtysh: fix show route map JSON output
Rafael Zalamena
2023-07-03
lib: Add two places we were not counting route-map applied
Donald Sharp
2023-04-18
lib, ospfd, yang: add route map set for min/max metric
Jafar Al-Gharaibeh
2023-03-23
lib: Remove tests for ipv[4|6]_prefix_table
Donald Sharp
2023-03-23
bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAIL
Donald Sharp
2023-03-20
lib:fix clear route-map cmd using DEFPY
Sindhu Parvathi Gopinathan
2023-02-22
lib: add missing debug guards for route-map
Trey Aspelund
2023-02-21
lib: skip route-map optimization if !AF_INET(6)
Trey Aspelund
2023-02-17
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-13
lib: Add `debug routemap [detail]`
Donald Sharp
2023-02-13
lib: Start partitioning of rmap_debug to allow detail level
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2023-01-31
lib: Add missing enum's to switch statement
Donald Sharp
2022-10-20
lib: Remove unnecessary comparison, for linked list
Donald Sharp
2022-10-18
Merge pull request #8647 from sworleys/DVNI-Config-Changes
Donatas Abraitis
2022-10-07
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-09-26
lib: Fix `show route-map NAME json` command and memory leak
Donatas Abraitis
2022-09-12
lib: Replace route_map_clear_updated to void
Donatas Abraitis
2022-08-23
lib: handle type2/5 routes in optimized route-map
Stephen Worley
2022-07-06
bgpd: Fix insonsistencies with default-originate route-map
Iqra Siddiqui
2022-06-13
*: Use autocomplete for route-maps under commands that require it
Donatas Abraitis
2022-05-11
*: Properly use memset() when zeroing
Donatas Abraitis
2022-03-13
Merge pull request #10716 from donaldsharp/routemap_rbtree_nonuniq
David Lamparter
2022-03-04
lib: Route-map failed for OSPF routes even for matching prefixes
Mobashshera Rasool
2022-03-02
lib: Fix corruption when routemap delete/add sequence happens
Donald Sharp
2021-11-24
bgpd: Add an ability to match ipv6 next-hop by prefix-list
Donatas Abraitis
2021-11-23
bgpd: Add an ability to match ipv6 next-hop by access-list
Donatas Abraitis
2021-11-19
Merge pull request #10074 from opensourcerouting/assorted-20211116
Igor Ryzhov
2021-11-17
lib: use vty_json()
David Lamparter
2021-11-16
lib: use hash for route-map set/match commands
David Lamparter
2021-10-05
lib: fix spelling nits in more lib files
ewlumpkin
2021-09-08
lib: add ability to supply separate match/set objects to routemaps
Igor Ryzhov
2021-08-12
bgpd: fix segfault when re-adding "match evpn default-route" rule
Igor Ryzhov
2021-08-02
lib: add "json" option to "show route-map"
Renato Westphal
2021-05-21
lib: fix handling of rmap prefix-tree default node
Trey Aspelund
2021-04-06
lib: convert route-map optimization to NB
Igor Ryzhov
2021-03-30
lib: Modifications to route-map NB
Sarita Patra
2021-03-17
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-02-02
*: fix all backets
Igor Ryzhov
2021-01-15
lib: Keep track of route-map applications per section
Donald Sharp
2020-12-18
lib: Add a warning for when we are not operating correctly
Donald Sharp
2020-12-18
lib: Fix dependency of match types in route-map code
Donald Sharp
2020-12-18
lib: Add some useful debugs to understand what is going on
Donald Sharp
2020-12-18
lib: arg can never be NULL
Donald Sharp
2020-11-13
*: Remove route_map_object_t from the system
Donald Sharp
2020-10-22
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-17
lib: Convert usage of strings to %pFX and %pRN
Donald Sharp
[next]