net: replace %p6 with %pI6
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4b7a4274ca
commit
5b095d9892
@@ -2467,11 +2467,11 @@ static void xfrm_audit_common_policyinfo(struct xfrm_policy *xp,
|
||||
sel->prefixlen_d);
|
||||
break;
|
||||
case AF_INET6:
|
||||
audit_log_format(audit_buf, " src=%p6", sel->saddr.a6);
|
||||
audit_log_format(audit_buf, " src=%pI6", sel->saddr.a6);
|
||||
if (sel->prefixlen_s != 128)
|
||||
audit_log_format(audit_buf, " src_prefixlen=%d",
|
||||
sel->prefixlen_s);
|
||||
audit_log_format(audit_buf, " dst=%p6", sel->daddr.a6);
|
||||
audit_log_format(audit_buf, " dst=%pI6", sel->daddr.a6);
|
||||
if (sel->prefixlen_d != 128)
|
||||
audit_log_format(audit_buf, " dst_prefixlen=%d",
|
||||
sel->prefixlen_d);
|
||||
|
Reference in New Issue
Block a user