mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
datapath: Abstract tunneling implementation from GRE.
Much of the code in the GRE implementation is not specific to the GRE protocol but is actually common to all types of tunnels. In order to support future types of tunnels, move this code into a common library. Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#include "netlink.h"
|
||||
#include "ofpbuf.h"
|
||||
#include "openflow/openflow.h"
|
||||
#include "openvswitch/gre.h"
|
||||
#include "packets.h"
|
||||
#include "poll-loop.h"
|
||||
#include "port-array.h"
|
||||
|
Reference in New Issue
Block a user