mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
openvswitch: Move tunnel destroy function to oppenvswitch module.
This function will be used in gre and geneve vport implementations. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fb811395cd
commit
a9020fde67
3 changed files with 20 additions and 20 deletions
|
@ -29,9 +29,9 @@ struct vport *ovs_netdev_get_vport(struct net_device *dev);
|
|||
struct vport *ovs_netdev_link(struct vport *vport, const char *name);
|
||||
int ovs_netdev_send(struct vport *vport, struct sk_buff *skb);
|
||||
void ovs_netdev_detach_dev(struct vport *);
|
||||
void ovs_vport_free_rcu(struct rcu_head *);
|
||||
|
||||
int __init ovs_netdev_init(void);
|
||||
void ovs_netdev_exit(void);
|
||||
|
||||
void ovs_netdev_tunnel_destroy(struct vport *vport);
|
||||
#endif /* vport_netdev.h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue