diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-16 08:17:53 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-30 07:48:21 -0400 |
| commit | 2bb9eff45f93d4a76f0121e6ab31d55f34554925 (patch) | |
| tree | ea294ea5bd028ef5ab66d519c425f92de4b2b0ce /lib/prefix.c | |
| parent | 50f74cf1310572457f742f630c43aaba9b8f2c17 (diff) | |
bgpd, lib: Cleanup CI warnings from system
Make the CI system happy.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/prefix.c')
| -rw-r--r-- | lib/prefix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prefix.c b/lib/prefix.c index 303b12e3a9..ead5444fd0 100644 --- a/lib/prefix.c +++ b/lib/prefix.c @@ -432,6 +432,7 @@ static const struct in6_addr maskbytes6[] = { void prefix_hexdump(const struct prefix *p) { char buf[PREFIX_STRLEN]; + zlog_debug("prefix: %s", prefix2str(p, buf, sizeof(buf))); zlog_hexdump(p, sizeof(struct prefix)); |
