mirror_frr/bfdd
Rafael Zalamena eefca51eb3 bfdd: fix compilation warnings on OpenBSD
Build will fail with `Werror` enabled with:

```
bfdd/bfdd_northbound.c:876: warning: initialized field overwritten
bfdd/bfdd_northbound.c:876: warning: (near initialization for 'frr_bfdd_info.nodes[0].cbs')
...
cc1: error: unrecognized command line option "-Wno-unused-result"
gmake[1]: *** [Makefile:6875: bfdd/bfdd_northbound.o] Error 1
```

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2019-06-24 11:46:29 -03:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
bfd_packet.c lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings 2019-06-06 13:13:15 -04:00
bfd.c bfdd: support global BFD reset 2019-06-22 10:10:56 -03:00
bfd.h bfdd: support global BFD reset 2019-06-22 10:10:56 -03:00
bfdctl.h bfdd, lib, bgpd: add bfd cbit usage 2019-05-14 16:49:49 +02:00
bfdd_cli.c bfdd: add not '\n' to shutdown help string 2019-06-22 10:10:56 -03:00
bfdd_northbound.c bfdd: fix compilation warnings on OpenBSD 2019-06-24 11:46:29 -03:00
bfdd_vty.c bfdd: authorise multihop and interface setting 2019-06-22 10:10:56 -03:00
bfdd.c bfdd: implement configuration reload 2019-06-22 10:10:56 -03:00
bfdd.conf.sample bfdd: imported new daemon source code 2018-08-08 18:24:53 -03:00
config.c bfdd: use MTYPE_STATIC 2019-06-21 08:54:25 +02:00
control.c *: do not check XMALLOC / XCALLOC for null ret 2019-02-25 23:00:44 +00:00
event.c bfdd: implement session interface observer 2019-02-14 14:18:23 -02:00
log.c bfdd: clean up header inclusion 2018-08-08 18:25:08 -03:00
Makefile bfdd: Add some code so we can compile from w/ in the bfdd dir 2019-02-13 23:23:48 -05:00
ptm_adapter.c bfdd, lib, bgpd: add bfd cbit usage 2019-05-14 16:49:49 +02:00
subdir.am bfdd: fix daemon warning on startup 2019-06-22 10:10:56 -03:00