]> git.proxmox.com Git - mirror_iproute2.git/commit
ip/vxlan: fix display of maxaddress option
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 9 Sep 2014 14:55:11 +0000 (16:55 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 28 Sep 2014 23:19:31 +0000 (16:19 -0700)
commit6ad5399c3ab72306e009a5e621f9f54c625413a7
tree415e34511be178f3092ac0dc594256e5a18ae3bd
parentc2fbc57ee70abef9a9377f6b46b575a60e10f591
ip/vxlan: fix display of maxaddress option

Parenthesis are required else maxaddr value is a bool and thus output is always
1 when the option is set.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
ip/iplink_vxlan.c