summaryrefslogtreecommitdiff
path: root/tools/vm
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-04-27 11:31:54 +0000
committerDavid S. Miller <davem@davemloft.net>2013-04-29 11:53:12 -0400
commit73cf3317065a6bc1536b4fb6f51bff4d3138f8ac (patch)
treeac3f0096ee65cd819f275ab842154bdcfb026a8c /tools/vm
parent23c578bf7d532552298c84d4872e4ab85ed82840 (diff)
downloadlinux-3.10-73cf3317065a6bc1536b4fb6f51bff4d3138f8ac.tar.gz
linux-3.10-73cf3317065a6bc1536b4fb6f51bff4d3138f8ac.tar.bz2
linux-3.10-73cf3317065a6bc1536b4fb6f51bff4d3138f8ac.zip
vxlan: fix byte order issues with NDA_PORT
The NDA_PORT attribute was added, but the author wasn't careful about width (port is 16 bits), or byte order. The attribute was being dumped as 16 bits, but only 32 bit value would be accepted when setting up a device. Also, the remote port is in network byte order and was being compared with default port in host byte order. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/vm')
0 files changed, 0 insertions, 0 deletions