summaryrefslogtreecommitdiffstats
path: root/lib/filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-1/+1
* Merge branch 'frr/pull/152' ("Lib fixes")David Lamparter2017-02-071-81/+42
|\
| * lib: Fix SA warnings and reduce cliDonald Sharp2017-02-021-81/+42
* | ldpd: introduce advanced filtering capabilitiesRenato Westphal2017-02-021-0/+8
|/
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-21/+0
* lib: Fix `ipv6 access-list...` and `ipv6 prefix-list...`Quentin Young2016-11-181-10/+10
* all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-6/+4
* all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+4
* bgpd, etc: changed .LINE to LINE...Daniel Walton2016-09-271-2/+2
* lib: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-66/+202
* lib: Implement removed ALIAS into DEFUNQuentin Young2016-09-231-25/+33
* convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-42/+42
* ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-23/+25
* lib: argv update for filter.c, if_rmap.c keychain.c and plist.cDaniel Walton2016-09-231-66/+66
* Revert "lib: Fixup more files"Daniel Walton2016-09-221-66/+66
* lib: Fixup more filesDonald Sharp2016-09-211-66/+66