[ovs-git] Open vSwitch: datpath: Fix tunnel TTL flow rejection message. (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Wed Jul 10 01:53:08 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.11 has been updated
       via  b8a6693add5d76180d7406a0e307039f522338ce (commit)
       via  e877b1aadbd06783a09d32123674006538f958ed (commit)
      from  8baa4991642bcbfd9918cf93c5ff75e58395802a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b8a6693add5d76180d7406a0e307039f522338ce
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b8a6693add5d76180d7406a0e307039f522338ce
Author: Jesse Gross <jesse at nicira.com>
		
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 at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


commit e877b1aadbd06783a09d32123674006538f958ed
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e877b1aadbd06783a09d32123674006538f958ed
Author: Jesse Gross <jesse at nicira.com>
		
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 at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/flow.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list