diff options
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)); |
