]> git.proxmox.com Git - mirror_frr.git/commit
bfdd: fix frr-format false warning
authorDavid Lamparter <equinox@diac24.net>
Thu, 23 Apr 2020 18:34:16 +0000 (20:34 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 27 Apr 2020 07:52:41 +0000 (09:52 +0200)
commit189be3996d8735b45147803b075abad818546dec
treecf33a9c1a6a407fbce890658c3866cc506fb94d3
parentc2527ed21b10d49a1f2d575a7ce3ecc858bd90e5
bfdd: fix frr-format false warning

Dealing with PRIu64 is unfortunately a bit hacky in the frr-format
plugin, as in, it works correctly with snprintfrr, but breaks on plain
snprintf.  There's no good solution unfortunately :/.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bfdd/ptm_adapter.c