datapath: Always include tunnel TTL in serialized Netlink attributes.
authorJesse Gross <jesse@nicira.com>
Tue, 9 Jul 2013 23:47:01 +0000 (16:47 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 9 Jul 2013 23:47:01 +0000 (16:47 -0700)
commitaa20ff9d43531ec5d349b434c9fd587a49ad3a8b
treefe6efa19b89cb64fea72a23fdc9b87f6cf6b4765
parent04b13268fd76434019fa433da299da87a759272a
datapath: Always include tunnel TTL in serialized Netlink attributes.

There is no default value for the tunnel TTL so it must always be
included in flow keys sent from userspace to kernel. The kernel
should also respect this convertion when sending flows to userspace
by always including the TTL in tunnel flows.

CC: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c