mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
dpif-netlink-rtnl: Support VXLAN creation
Creates VXLAN devices using rtnetlink and tunnel metadata. Co-Authored-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Signed-off-by: Eric Garver <e@erig.me> Signed-off-by: Joe Stringer <joe@ovn.org>
This commit is contained in:
committed by
Joe Stringer
parent
c4e087530e
commit
825e45e010
@@ -23,8 +23,7 @@
|
||||
|
||||
/* Declare these to keep sparse happy. */
|
||||
int dpif_netlink_rtnl_port_create(struct netdev *netdev);
|
||||
int dpif_netlink_rtnl_port_destroy(const char *name OVS_UNUSED,
|
||||
const char *type);
|
||||
int dpif_netlink_rtnl_port_destroy(const char *name, const char *type);
|
||||
|
||||
#ifndef __linux__
|
||||
/* Dummy implementations for non Linux builds. */
|
||||
|
||||
Reference in New Issue
Block a user