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:52:54 +0000 (18:52 -0700)
commitb8a6693add5d76180d7406a0e307039f522338ce
treec407f210881fb5c4c035f19cbafdde5c15b15b45
parente877b1aadbd06783a09d32123674006538f958ed
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