netdev-vport: Fix ToS/TTL mixup in unparsing.
authorJesse Gross <jesse@nicira.com>
Tue, 25 Sep 2012 20:22:08 +0000 (13:22 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 25 Sep 2012 20:56:16 +0000 (13:56 -0700)
commit62827e6abef5844d61f2f57d9a643c0ffb092210
tree376a8109cfa7b1163571a22ae15b272de4596219
parentb4e8d17057ff29183c026a7bbfc751520e1629f5
netdev-vport: Fix ToS/TTL mixup in unparsing.

When unparsing the kernel tunnel configuration, TTL was incorrectly
converted to "tos".  Although it leads to confusing configuration
output, actual operation is not affected.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
lib/netdev-vport.c