| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
* | 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 |