frr/ospfclient
Donatas Abraitis 6006b807b1 *: Properly use memset() when zeroing
Wrong: memset(&a, 0, sizeof(struct ...));
    Good:  memset(&a, 0, sizeof(a));

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2022-05-11 14:08:47 +03:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
AUTHORS Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
COPYING *: nuke ^L (page feed) 2014-06-04 06:58:02 +02:00
INSTALL Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
Makefile build: non-recursive ospf* 2017-08-04 11:09:50 +02:00
NEWS Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
ospf_apiclient.c *: Properly use memset() when zeroing 2022-05-11 14:08:47 +03:00
ospf_apiclient.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
ospfclient.c *: Change thread->func to return void instead of int 2022-02-23 19:56:04 -05:00
README Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
subdir.am build: fix AM_LDFLAGS usage (and gcov) 2021-07-21 17:10:08 +02:00

For more information about this software check out:

http://www.tik.ee.ethz.ch/~keller/ospfapi/