]> git.proxmox.com Git - mirror_iproute2.git/commit
l2tp: Fix printing of cookie and peer_cookie values
authorAndrea Claudi <aclaudi@redhat.com>
Fri, 30 Nov 2018 14:34:24 +0000 (15:34 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 3 Dec 2018 22:35:58 +0000 (14:35 -0800)
commitb876b7e2b492fa14ce1f3db6c18bf22b2df10132
tree5509cba6fefad1fc265387b8b789f56ef7823036
parent3adcbf3757b8ad7f5cac86985ef6335b7981d725
l2tp: Fix printing of cookie and peer_cookie values

print_cookie() invocations miss %s format specifier.
While at it, align printout to the previous lines.

Fixes: 98453b65800f7 ("ip/l2tp: add JSON support")
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipl2tp.c