]> git.proxmox.com Git - mirror_iproute2.git/commit
iplink: bond_slave: fix ad_actor/partner_oper_port_state output
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Mon, 8 Feb 2016 16:13:58 +0000 (17:13 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 9 Feb 2016 18:43:06 +0000 (10:43 -0800)
commite6c38e2c59c922229ca615b6f913523dd6ee7c24
tree02f328d32369797389bf964db1294bd95644d108
parent861c5dae5c5ded3af850324c18d10da525c9f605
iplink: bond_slave: fix ad_actor/partner_oper_port_state output

It seems that I've made a mistake when I exported these, instead of a
space in the end I've put a newline character which is wrong and breaks
the single line output.

Fixes: 7d6bc3b87abad ("bonding: export 3ad actor and partner port state")
Reported-by: Sam Tannous <stannous@cumulusnetworks.com>
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
ip/iplink_bond_slave.c