As when a rule is printed etc... It fixes a bug in iptables when printing out the chain in debug mode. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@xxxxxxxxxxxxxxx> --- src/chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chain.c b/src/chain.c index e26200d..86bd43a 100644 --- a/src/chain.c +++ b/src/chain.c @@ -849,7 +849,7 @@ static int nft_chain_snprintf_default(char *buf, size_t size, if (c->flags & (1 << NFT_CHAIN_ATTR_HOOKNUM)) { ret = snprintf(buf+offset, len, " type %s hook %s prio %d policy %s use %d " - "packets %"PRIu64" bytes %"PRIu64"", + "packets %"PRIu64" bytes %"PRIu64"\n", c->type, nft_hooknum2str(c->family, c->hooknum), c->prio, nft_verdict2str(c->policy), c->use, c->packets, c->bytes); -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html