[ovs-git] Open vSwitch: vtep: Update vtep schema with tunnel table (master)

dev at openvswitch.org dev at openvswitch.org
Wed May 7 19:05:14 UTC 2014


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, master has been updated
       via  c8f4eed5db266dcf1b1ddcfb238ac281b2160276 (commit)
       via  5383f2c2fe32315615e04bf411d2fd1953d59f31 (commit)
       via  7fcd0037f14d4641b0939c287d5dcb5bab31c8d7 (commit)
      from  74622b44b5a8f64db1daa12fd198c9853c574d48 (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 c8f4eed5db266dcf1b1ddcfb238ac281b2160276
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c8f4eed5db266dcf1b1ddcfb238ac281b2160276
Author: Ashwin Swaminathan <ashwinds at arista.com>
		
vtep: Update vtep schema with tunnel table
		
Added a Tunnel table to the VTEP schema that allows
per-tunnel BFD configuration and status to be specified.
Removed the BFD configuration/status from the
Physical_Locator table.

Signed-off-by: Ashwin Swaminathan <ashwinds at arista.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Bruce Davie <bdavie at vmware.com>


commit 5383f2c2fe32315615e04bf411d2fd1953d59f31
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5383f2c2fe32315615e04bf411d2fd1953d59f31
Author: Alex Wang <alexw at nicira.com>
		
bfd: Update bfd status on bfd creation and deletion.
		
Commit 88bf179aa3 (bfd/cfm: Check status change before update
status to database.) used a boolean flag to trigger bfd status
update.  However, the flag is not set on bfd creation and deletion.

To prevent any stale status in database, this commit makes bfd module
always set the flag on bfd creation and deletion.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 7fcd0037f14d4641b0939c287d5dcb5bab31c8d7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7fcd0037f14d4641b0939c287d5dcb5bab31c8d7
Author: Alex Wang <alexw at nicira.com>
		
cfm: Update cfm status on cfm creation and deletion.
		
Commit 88bf179aa3 (bfd/cfm: Check status change before update
status to database.) used a boolean flag to trigger cfm status
update.  However, the flag is not set on cfm creation and deletion.
And this causes stale status in database which may confuse users.

This commit fixes the issue by making cfm module trigger status
update on creation and deletion.

Bug #1245800

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/bfd.c           |    3 +
 lib/cfm.c           |   18 +--
 tests/cfm.at        |   62 +++++++--
 vtep/vtep.ovsschema |   35 ++++--
 vtep/vtep.xml       |  346 ++++++++++++++++++++++++++++-----------------------
 5 files changed, 281 insertions(+), 183 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list