2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

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>
This commit is contained in:
Ben Pfaff
2017-06-23 16:47:59 +00:00
parent 3d4b2e6eb7
commit 875ab13020
18 changed files with 280 additions and 102 deletions

View File

@@ -2843,6 +2843,7 @@ netdev_linux_update_flags(struct netdev *netdev_, enum netdev_flags off,
\
GET_FEATURES, \
netdev_linux_set_advertisements, \
NULL, /* get_pt_mode */ \
\
netdev_linux_set_policing, \
netdev_linux_get_qos_types, \