summaryrefslogtreecommitdiffstats
path: root/lib/filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* lib, bgpd: Address Review comments.Donald Sharp2017-08-081-1/+1
* lib: Fix extra doc stringDonald Sharp2017-08-081-3/+2
* lib: changes needed for mac access-list any commandMitesh Kanjariya2017-08-081-4/+12
* bgpd, lib, vtysh: Added support for mac filtering in route-mapsMitesh Kanjariya2017-08-081-29/+238
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1223/+1154
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-13/+13
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-13/+13
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-5/+5
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-2/+2
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-19/+19
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-5/+5
* *: use vty_outlnQuentin Young2017-06-291-42/+31
* lib: detangle protocol name/instance from loggingDavid Lamparter2017-05-181-1/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: hide away logging internalsDavid Lamparter2017-03-081-3/+1