summaryrefslogtreecommitdiffstats
path: root/lib/filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix access-list entry updateIgor Ryzhov2024-02-261-0/+3
* lib: convert filters to mgmtdChristian Hopps2024-01-261-2/+10
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* lib: use json-printf in filter codeDavid Lamparter2021-11-171-31/+16
* lib: use vty_json()David Lamparter2021-11-171-8/+1
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-3/+55
* Merge pull request #9751 from ewlumpkin/comment_spelling_fixesIgor Ryzhov2021-10-141-2/+2
|\
| * lib: fix spelling nits in more lib filesewlumpkin2021-10-051-2/+2
* | *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-081-7/+3
|/
* lib: add "json" option to "show ip[v6] access-list"Renato Westphal2021-08-021-72/+185
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-3/+7
* Merge pull request #8471 from idryzhov/cleanup-num-named-listsDonatas Abraitis2021-04-281-110/+7
|\
| * *: cleanup number-named access-lists and prefix-listsIgor Ryzhov2021-04-141-110/+7
* | lib: fix access-list deletionIgor Ryzhov2021-04-141-0/+5
|/
* lib: fix usage of operational data in CLIIgor Ryzhov2021-04-061-53/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* lib: Convert inet_ntoa to %pI4Donatas Abraitis2020-10-221-19/+14
* lib: migrate filter configuration writerRafael Zalamena2020-06-051-85/+14
* lib: fix rebase conflictsRafael Zalamena2020-06-051-1/+0
* lib: fix filter northbound double removalRafael Zalamena2020-06-051-13/+0
* lib: migrate filter CLI to use northboundRafael Zalamena2020-06-051-1956/+2
* lib: export access-lists shared functionsRafael Zalamena2020-06-051-71/+12
* lib: Allow deletion of some access-listsDonald Sharp2020-06-041-2/+2
* lib: Delete the entire access-list only if there are no more entriesDonatas Abraitis2020-04-271-1/+2
* lib: Convert access_list_empty to boolDonatas Abraitis2020-04-271-3/+3
* lib: prefix must be a valid pointer at this pointDonald Sharp2020-04-171-0/+1
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+3
* *: remove second parameter on install_node()David Lamparter2020-04-161-3/+9
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-3/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-6/+14
* lib: Cleanup set but unused variablesDonald Sharp2020-02-271-1/+1
* *: Remove break after returnDonatas Abraitis2020-02-131-4/+0
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-5/+7
* *: remove null check before XFREEQuentin Young2020-02-041-3/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* lib: random unused bits cleanupDavid Lamparter2019-12-141-4/+4
* lib: no filter operations fix on appropriate access-list namePhilippe Guibert2019-11-191-3/+3
* lib: Coverity SA doesn't trust the CLIDonald Sharp2019-10-161-0/+5
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-1/+1
* filter: Introduce sequence number for access-listDonatas Abraitis2019-07-081-291/+1082
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-4/+2
* *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-2/+2
* lib: change M:A:C to X:X:X:X:X:XQuentin Young2018-10-241-2/+2
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-4/+5
* eigrpd lib pimd zebra: dead code (PVS-Studio)F. Aragon2018-07-061-2/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* bgpd: Intialize all the variables used in argv_find.Mitesh Kanjariya2017-09-201-4/+4
* lib: some final MAC access-list fixesDavid Lamparter2017-08-091-25/+15
* lib, bgpd: Use 'struct prefix *' for filter matchingDonald Sharp2017-08-081-44/+6