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, 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
*
Revert "*: change hash_backet to hash_bucket"
Jafar Al-Gharaibeh
2020-02-27
1
-1
/
+1
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-27
1
-1
/
+1
*
Merge pull request #5270 from NaveenThanikachalam/rmap
Donald Sharp
2020-02-25
1
-17
/
+1041
|
\
|
*
lib: Optimizing route-maps - Part-3
Naveen Thanikachalam
2020-02-18
1
-232
/
+291
|
*
lib: Optimizing route-maps - Part-2
Naveen Thanikachalam
2020-02-18
1
-61
/
+217
|
*
lib: Optimizing route-maps - Part-1
Naveen Thanikachalam
2020-02-18
1
-4
/
+813
*
|
lib: fix route-map coverity scan issue
Rafael Zalamena
2020-02-19
1
-2
/
+3
|
/
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-3
/
+0
*
Merge pull request #5763 from ton31337/fix/return_without_parent
Renato Westphal
2020-02-10
1
-1
/
+1
|
\
|
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
|
Merge pull request #5104 from opensourcerouting/route-map-nbv2
Donald Sharp
2020-02-05
1
-1329
/
+60
|
\
\
|
|
/
|
/
|
|
*
lib: fix route map northbound memory leak
Rafael Zalamena
2020-02-04
1
-0
/
+5
|
*
lib: fix route map generic error output
Rafael Zalamena
2020-02-04
1
-22
/
+46
|
*
lib: implement new route map CLI
Rafael Zalamena
2020-02-04
1
-1101
/
+2
|
*
lib: export route map structures and functions
Rafael Zalamena
2020-02-04
1
-206
/
+7
*
|
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
|
/
*
lib: make some variables static
David Lamparter
2019-12-13
1
-3
/
+3
*
*: make all route_map_rule_cmd const
David Lamparter
2019-11-30
1
-14
/
+14
*
lib: rmap dep table is not correct in case of exact-match clause
vdhingra
2019-09-15
1
-17
/
+27
*
*: Convert some route map functions to return the enum
Donald Sharp
2019-09-03
1
-12
/
+29
*
lib: Cleanup return codes to use enum values
Donald Sharp
2019-09-03
1
-6
/
+6
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
1
-56
/
+147
*
Merge pull request #4570 from donaldsharp/route_map_clear
Sri Mohana Singamsetty
2019-06-25
1
-2
/
+53
|
\
|
*
lib: Order `show run` route-map order to be alphabetical
Donald Sharp
2019-06-20
1
-0
/
+9
|
*
lib: Add `clear route-map counters [WORD]` command
Donald Sharp
2019-06-20
1
-2
/
+44
*
|
rmap: Minor changes in comments regarding match ip[v6] next-hop type
Donatas Abraitis
2019-06-22
1
-5
/
+5
*
|
rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd`
Donatas Abraitis
2019-06-22
1
-1
/
+1
|
/
*
Lib: Debugs for route-map code in FRR
Ameya Dharkar
2019-06-12
1
-14
/
+115
*
Revert of PR 4078 and PR 4315
Lakshman Krishnamoorthy
2019-06-04
1
-32
/
+18
*
lib: Cleanup recent commit warn->werror issues in lib/routemap.c
Donald Sharp
2019-06-03
1
-0
/
+7
*
lib: Changes made to dependencies of a r-map do not take effect.
Naveen Thanikachalam
2019-05-31
1
-20
/
+131
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-05-30
1
-18
/
+32
[next]