datpath: Fix tunnel TTL flow rejection message.
authorJesse Gross <jesse@nicira.com>
Tue, 9 Jul 2013 23:59:56 +0000 (16:59 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 10 Jul 2013 01:50:42 +0000 (18:50 -0700)
commit9450a6e061533afc1728c37b826cb35efbd6edb8
tree207bb7f101395a20c9539604a441cbc81d21e916
parentaa20ff9d43531ec5d349b434c9fd587a49ad3a8b
datpath: Fix tunnel TTL flow rejection message.

There is no default value for the tunnel TTL, so it must be
specified when setting up a new flow. However, the flow rejection
log message indicates that the TTL must be non-zero, which is not
true.

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