[ovs-git] Open vSwitch: vswitchd: Make Interface's ofport a persistent column. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Nov 26 19:27:34 UTC 2012


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  558e2cc58e16f6e3cee44926d69d385d84d42521 (commit)
      from  0311d4f48ddfeb5f7d25b45d53168c02603bcf62 (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 558e2cc58e16f6e3cee44926d69d385d84d42521
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=558e2cc58e16f6e3cee44926d69d385d84d42521
Author: Gurucharan Shetty <gshetty at nicira.com>
		
vswitchd: Make Interface's ofport a persistent column.
		
Currently, the 'ofport' column in Interface table is
ephemeral and is populated by vswitchd everytime it is
started or when a new interface is created with vswitchd
running.

Making it persistent lets vswitchd try and assign the
same ofport number to a particular interface across
restarts. This is just a fallback option when
'ofport_request' column is empty.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


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

Summary of changes:
 vswitchd/bridge.c          |   15 +++++++++++----
 vswitchd/vswitch.ovsschema |    7 +++----
 vswitchd/vswitch.xml       |    3 +++
 3 files changed, 17 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list