]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
userspace: Handling of versatile tunnel ports
authorBen Pfaff <blp@ovn.org>
Fri, 23 Jun 2017 16:47:59 +0000 (16:47 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 27 Jun 2017 21:28:30 +0000 (17:28 -0400)
commit875ab13020b16269e0401b11fe0efc74e2cd952a
treeb474fb6bbb68be94bffd7ce6d4cd9a889408689c
parent3d4b2e6eb74ed5bb5b35373aa8a489536938fee6
userspace: Handling of versatile tunnel ports

In netdev_gre_build_header(), GRE protocol and VXLAN next_potocol is set based
on packet_type of flow. If it's about an Ethernet packet, it is set to
ETP_TYPE_TEB. Otherwise, if the name space is OFPHTN_ETHERNET, it is set
according to the name space type.

Signed-off-by: Jan Scheurich <jan.scheurich@ericsson.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
18 files changed:
NEWS
lib/meta-flow.xml
lib/netdev-bsd.c
lib/netdev-dpdk.c
lib/netdev-dummy.c
lib/netdev-linux.c
lib/netdev-native-tnl.c
lib/netdev-provider.h
lib/netdev-vport.c
lib/netdev-vport.h
lib/netdev.c
lib/netdev.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/tunnel.c
tests/tunnel-push-pop-ipv6.at
tests/tunnel-push-pop.at
vswitchd/vswitch.xml