mirror_frr/bfdd
David Lamparter 6cde4b4552 *: remove PRI[udx](8|16|32)
These are completely pointless and break coccinelle string replacements.

Scripted commit, idempotent to running:
```
python3 tools/stringmangle.py --pri8-16-32 `git ls-files | egrep '\.[ch]$'`
```

Signed-off-by: David Lamparter <equinox@diac24.net>
2020-07-14 10:43:40 +02:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
bfd_packet.c bfdd: add debug fine tuning capabilities 2020-04-14 09:35:08 -03:00
bfd.c *: remove PRI[udx](8|16|32) 2020-07-14 10:43:40 +02:00
bfd.h bfdd: don't update peers settings on shutdown 2020-05-29 17:55:40 -03:00
bfdctl.h bfdd,lib: implement protocol profile selection 2020-05-29 17:48:14 -03:00
bfdd_cli.c *: remove PRI[udx](8|16|32) 2020-07-14 10:43:40 +02:00
bfdd_nb_config.c *: un-split strings across lines 2020-07-14 10:37:25 +02:00
bfdd_nb_state.c *: change the signature of the northbound callbacks to be more flexible 2020-04-23 10:14:32 -03:00
bfdd_nb.c bfdd: implement BFD session configuration profiles 2020-05-20 15:18:00 -03:00
bfdd_nb.h bfdd: implement BFD session configuration profiles 2020-05-20 15:18:00 -03:00
bfdd_vty.c *: remove PRI[udx](8|16|32) 2020-07-14 10:43:40 +02:00
bfdd.c Merge pull request #6437 from opensourcerouting/bfd-profiles-bgp 2020-07-02 12:22:44 -04:00
bfdd.conf.sample bfdd: imported new daemon source code 2018-08-08 18:24:53 -03:00
config.c bfdd: use standard log macros 2020-04-10 11:06:22 -03:00
control.c bfdd: simplify code flow 2020-04-14 09:35:08 -03:00
event.c bfdd: remove time calculation debugs 2020-04-14 09:35: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 *: un-split strings across lines 2020-07-14 10:37:25 +02:00
subdir.am build: make clippy Makefile rules nicer 2020-04-27 09:52:41 +02:00