]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "openvswitch: Add erspan tunnel support."
authorWilliam Tu <u9012063@gmail.com>
Fri, 12 Jan 2018 20:29:22 +0000 (12:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Jan 2018 19:33:16 +0000 (14:33 -0500)
commitbef0e72ecba3f4841fa867d42bf008bde9eed102
tree6506e29c2c4408299d414a7b9cde7e830e4dd8f9
parentc30a7c49c48583fa37da0cb31a2fba88690bb1dc
Revert "openvswitch: Add erspan tunnel support."

This reverts commit db850c387b31f81f1249b530968bfe32e94e6e3f.

The OVS_TUNNEL_KEY_ATTR_ERSPAN_OPTS attr should be designed
as a nested attribute to support all ERSPAN v1 and v2's fields.
The current attr is a be32 supporting only one field.  Thus, this
patch reverts it and later patch will redo it using nested attr.

Signed-off-by: William Tu <u9012063@gmail.com>
Cc: Jiri Benc <jbenc@redhat.com>
Cc: Pravin Shelar <pshelar@ovn.org>
Acked-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/openvswitch.h
net/openvswitch/flow_netlink.c