The first two patches fix one arguable bug and one that is definitely
a bug.  The third patch adds a new ovs-dpctl command that I used to
verify the bug fixed by the second patch.

The fourth patch implements multicast tunnels.

The fifth patch adds a new tunnel option for directing output.  I'm
not certain of the need for it, but ip_gre has a similar option.

Ben Pfaff (5):
  datapath: Reject attempts to change vport type with
    OVS_VPORT_CMD_SET.
  datapath: Fix tunnel reconfiguration that does not change key data.
  ovs-dpctl: Add new "set-if" command.
  datapath: Add multicast tunnel support.
  datapath: Add 'link' option to tunnels.

 NEWS                         |    2 +
 datapath/datapath.c          |    4 +-
 datapath/tunnel.c            |  120 +++++++++++++++++++++++++++++++++++-------
 datapath/tunnel.h            |    4 ++
 include/openvswitch/tunnel.h |    1 +
 lib/netdev-vport.c           |   19 +++++++
 utilities/ovs-dpctl.8.in     |   13 ++++-
 utilities/ovs-dpctl.c        |  101 ++++++++++++++++++++++++++++++++++-
 vswitchd/vswitch.xml         |   14 ++++-
 9 files changed, 250 insertions(+), 28 deletions(-)

-- 
1.7.4.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to