index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
routemap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Fix `show route-map NAME json` command and memory leak
Donatas Abraitis
2022-09-26
1
-1
/
+0
*
lib: Replace route_map_clear_updated to void
Donatas Abraitis
2022-09-12
1
-5
/
+1
*
bgpd: Fix insonsistencies with default-originate route-map
Iqra Siddiqui
2022-07-06
1
-2
/
+10
*
*: Use autocomplete for route-maps under commands that require it
Donatas Abraitis
2022-06-13
1
-1
/
+1
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-6
/
+6
*
Merge pull request #10716 from donaldsharp/routemap_rbtree_nonuniq
David Lamparter
2022-03-13
1
-12
/
+22
|
\
|
*
lib: Fix corruption when routemap delete/add sequence happens
Donald Sharp
2022-03-02
1
-12
/
+22
*
|
lib: Route-map failed for OSPF routes even for matching prefixes
Mobashshera Rasool
2022-03-04
1
-6
/
+5
|
/
*
bgpd: Add an ability to match ipv6 next-hop by prefix-list
Donatas Abraitis
2021-11-24
1
-0
/
+16
*
bgpd: Add an ability to match ipv6 next-hop by access-list
Donatas Abraitis
2021-11-23
1
-0
/
+16
*
Merge pull request #10074 from opensourcerouting/assorted-20211116
Igor Ryzhov
2021-11-19
1
-29
/
+52
|
\
|
*
lib: use hash for route-map set/match commands
David Lamparter
2021-11-16
1
-29
/
+52
*
|
lib: use vty_json()
David Lamparter
2021-11-17
1
-8
/
+1
|
/
*
lib: fix spelling nits in more lib files
ewlumpkin
2021-10-05
1
-1
/
+1
*
lib: add ability to supply separate match/set objects to routemaps
Igor Ryzhov
2021-09-08
1
-7
/
+10
*
bgpd: fix segfault when re-adding "match evpn default-route" rule
Igor Ryzhov
2021-08-12
1
-1
/
+1
*
lib: add "json" option to "show route-map"
Renato Westphal
2021-08-02
1
-51
/
+163
*
lib: fix handling of rmap prefix-tree default node
Trey Aspelund
2021-05-22
1
-1
/
+9
*
lib: convert route-map optimization to NB
Igor Ryzhov
2021-04-06
1
-26
/
+0
*
lib: Modifications to route-map NB
Sarita Patra
2021-03-30
1
-167
/
+129
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
1
-2
/
+2
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-8
/
+8
*
*: fix all backets
Igor Ryzhov
2021-02-02
1
-2
/
+2
*
lib: Keep track of route-map applications per section
Donald Sharp
2021-01-16
1
-0
/
+1
*
lib: Add a warning for when we are not operating correctly
Donald Sharp
2020-12-18
1
-4
/
+11
*
lib: Fix dependency of match types in route-map code
Donald Sharp
2020-12-18
1
-1
/
+1
*
lib: Add some useful debugs to understand what is going on
Donald Sharp
2020-12-18
1
-0
/
+8
*
lib: arg can never be NULL
Donald Sharp
2020-12-18
1
-16
/
+12
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
1
-16
/
+13
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-15
/
+9
*
lib: Convert usage of strings to %pFX and %pRN
Donald Sharp
2020-10-17
1
-26
/
+4
*
*: Create/Use accessor functions for lock count
Donald Sharp
2020-10-17
1
-2
/
+4
*
lib, zebra: Add SR-TE policy infrastructure to zebra
Sebastien Merle
2020-08-07
1
-0
/
+62
*
lib: Put back applied count for route-maps
Donald Sharp
2020-08-04
1
-0
/
+1
*
lib, tests: Add notation about whether or not a route-map is about to be repr...
Donald Sharp
2020-08-04
1
-2
/
+3
*
Merge pull request #6731 from opensourcerouting/style-string-prep
Donald Sharp
2020-07-16
1
-8
/
+4
|
\
|
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-8
/
+4
*
|
Merge pull request #6736 from NaveenThanikachalam/rmap_noop
Russ White
2020-07-15
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
libfrr: Retain ret value if the best idx is found
Naveen Thanikachalam
2020-07-14
1
-2
/
+7
*
|
Merge pull request #6403 from NaveenThanikachalam/FRR_RMAP_FIX
Donald Sharp
2020-07-10
1
-85
/
+45
|
\
\
|
*
|
lib: Fix erroneous r-map behavior
Naveen Thanikachalam
2020-05-26
1
-85
/
+45
*
|
|
lib: fix route map description memory leak
Rafael Zalamena
2020-07-06
1
-0
/
+3
|
|
/
|
/
|
*
|
lib: Make sure route_map_dep_data is not NULL before decrementing refcount
Donatas Abraitis
2020-06-08
1
-1
/
+6
|
/
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+5
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-2
/
+1
*
*: Use short version of bool expressions
Donatas Abraitis
2020-03-04
1
-1
/
+1
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
1
-1
/
+1
[next]