index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
filter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: fix access-list entry update
Igor Ryzhov
2024-02-26
1
-0
/
+3
*
lib: convert filters to mgmtd
Christian Hopps
2024-01-26
1
-2
/
+10
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
lib: use json-printf in filter code
David Lamparter
2021-11-17
1
-31
/
+16
*
lib: use vty_json()
David Lamparter
2021-11-17
1
-8
/
+1
*
lib: Add autocomplete for access-lists
Donatas Abraitis
2021-10-31
1
-3
/
+55
*
Merge pull request #9751 from ewlumpkin/comment_spelling_fixes
Igor Ryzhov
2021-10-14
1
-2
/
+2
|
\
|
*
lib: fix spelling nits in more lib files
ewlumpkin
2021-10-05
1
-2
/
+2
*
|
*: cleanup number-named access-lists in CLI
Igor Ryzhov
2021-10-08
1
-7
/
+3
|
/
*
lib: add "json" option to "show ip[v6] access-list"
Renato Westphal
2021-08-02
1
-72
/
+185
*
*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELEN
Donatas Abraitis
2021-07-01
1
-3
/
+7
*
Merge pull request #8471 from idryzhov/cleanup-num-named-lists
Donatas Abraitis
2021-04-28
1
-110
/
+7
|
\
|
*
*: cleanup number-named access-lists and prefix-lists
Igor Ryzhov
2021-04-14
1
-110
/
+7
*
|
lib: fix access-list deletion
Igor Ryzhov
2021-04-14
1
-0
/
+5
|
/
*
lib: fix usage of operational data in CLI
Igor Ryzhov
2021-04-06
1
-53
/
+0
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-3
/
+3
*
lib: Convert inet_ntoa to %pI4
Donatas Abraitis
2020-10-22
1
-19
/
+14
*
lib: migrate filter configuration writer
Rafael Zalamena
2020-06-05
1
-85
/
+14
*
lib: fix rebase conflicts
Rafael Zalamena
2020-06-05
1
-1
/
+0
*
lib: fix filter northbound double removal
Rafael Zalamena
2020-06-05
1
-13
/
+0
*
lib: migrate filter CLI to use northbound
Rafael Zalamena
2020-06-05
1
-1956
/
+2
*
lib: export access-lists shared functions
Rafael Zalamena
2020-06-05
1
-71
/
+12
*
lib: Allow deletion of some access-lists
Donald Sharp
2020-06-04
1
-2
/
+2
*
lib: Delete the entire access-list only if there are no more entries
Donatas Abraitis
2020-04-27
1
-1
/
+2
*
lib: Convert access_list_empty to bool
Donatas Abraitis
2020-04-27
1
-3
/
+3
*
lib: prefix must be a valid pointer at this point
Donald Sharp
2020-04-17
1
-0
/
+1
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+3
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-3
/
+9
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-3
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-6
/
+14
*
lib: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-1
/
+1
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-4
/
+0
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-5
/
+7
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-3
/
+1
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
lib: random unused bits cleanup
David Lamparter
2019-12-14
1
-4
/
+4
*
lib: no filter operations fix on appropriate access-list name
Philippe Guibert
2019-11-19
1
-3
/
+3
*
lib: Coverity SA doesn't trust the CLI
Donald Sharp
2019-10-16
1
-0
/
+5
*
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-08-06
1
-1
/
+1
*
filter: Introduce sequence number for access-list
Donatas Abraitis
2019-07-08
1
-291
/
+1082
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-4
/
+2
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-2
/
+2
*
lib: change M:A:C to X:X:X:X:X:X
Quentin Young
2018-10-24
1
-2
/
+2
*
libs, daemons: use const in route-map apply
Mark Stapp
2018-07-23
1
-4
/
+5
*
eigrpd lib pimd zebra: dead code (PVS-Studio)
F. Aragon
2018-07-06
1
-2
/
+1
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-2
/
+2
*
bgpd: Intialize all the variables used in argv_find.
Mitesh Kanjariya
2017-09-20
1
-4
/
+4
*
lib: some final MAC access-list fixes
David Lamparter
2017-08-09
1
-25
/
+15
*
lib, bgpd: Use 'struct prefix *' for filter matching
Donald Sharp
2017-08-08
1
-44
/
+6
[next]