[ovs-git] Open vSwitch: ofproto-dpif: add support for layer 3 ports (master)

dev at openvswitch.org dev at openvswitch.org
Tue Nov 19 19:10:06 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, master has been updated
       via  a6363cfddb91620c9325e2812ae5af96a8d7f127 (commit)
      from  6fc681f896785e355c7f174364b375080e0daf81 (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 a6363cfddb91620c9325e2812ae5af96a8d7f127
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a6363cfddb91620c9325e2812ae5af96a8d7f127
Author: Lorand Jakab <lojakab at cisco.com>
		
ofproto-dpif: add support for layer 3 ports
		
Add member is_layer3 to struct ofport_dpif to mark layer 3 ports.  Set
it to "true" for the only layer 3 port we support for now: lisp.

Additionally, prevent flooding to layer 3 ports.  A later patch will
also prevent MAC learning.

Signed-off-by: Lorand Jakab <lojakab at cisco.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/netdev-vport.c     |    8 ++++++++
 lib/netdev-vport.h     |    1 +
 ofproto/ofproto-dpif.c |    4 ++++
 vswitchd/vswitch.xml   |   14 ++++++++++++--
 4 files changed, 25 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list