| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
* | lib, bgpd: Address Review comments. | Donald Sharp | 2017-08-08 | 1 | -1/+1 |
* | lib: Fix extra doc string | Donald Sharp | 2017-08-08 | 1 | -3/+2 |
* | lib: changes needed for mac access-list any command | Mitesh Kanjariya | 2017-08-08 | 1 | -4/+12 |
* | bgpd, lib, vtysh: Added support for mac filtering in route-maps | Mitesh Kanjariya | 2017-08-08 | 1 | -29/+238 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1223/+1154 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -13/+13 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -13/+13 |
* | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -5/+5 |
* | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -19/+19 |
|/ |
|
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -5/+5 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -42/+31 |
* | lib: detangle protocol name/instance from logging | David Lamparter | 2017-05-18 | 1 | -1/+2 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | lib: hide away logging internals | David Lamparter | 2017-03-08 | 1 | -3/+1 |
* | lib: simplify protocol/log naming | David Lamparter | 2017-03-08 | 1 | -1/+1 |
* | Merge branch 'frr/pull/152' ("Lib fixes") | David Lamparter | 2017-02-07 | 1 | -81/+42 |
|\ |
|
| * | lib: Fix SA warnings and reduce cli | Donald Sharp | 2017-02-02 | 1 | -81/+42 |
* | | ldpd: introduce advanced filtering capabilities | Renato Westphal | 2017-02-02 | 1 | -0/+8 |
|/ |
|
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -21/+0 |
* | lib: Fix `ipv6 access-list...` and `ipv6 prefix-list...` | Quentin Young | 2016-11-18 | 1 | -10/+10 |
* | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -6/+4 |
* | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+4 |
* | bgpd, etc: changed .LINE to LINE... | Daniel Walton | 2016-09-27 | 1 | -2/+2 |
* | lib: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -66/+202 |
* | lib: Implement removed ALIAS into DEFUN | Quentin Young | 2016-09-23 | 1 | -25/+33 |
* | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -42/+42 |
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -23/+25 |
* | lib: argv update for filter.c, if_rmap.c keychain.c and plist.c | Daniel Walton | 2016-09-23 | 1 | -66/+66 |
* | Revert "lib: Fixup more files" | Daniel Walton | 2016-09-22 | 1 | -66/+66 |
* | lib: Fixup more files | Donald Sharp | 2016-09-21 | 1 | -66/+66 |