ovsdb-idl: Fix memory leaks and bad memory references.
[openvswitch] / datapath / datapath.h
index 7548ba26521e49b9bd63287e456c14b381a24da0..d6883db28f3d23c1519b42e262ff3a20132dae98 100644 (file)
@@ -151,6 +151,7 @@ void dp_process_received_packet(struct sk_buff *, struct net_bridge_port *);
 int dp_del_port(struct net_bridge_port *);
 int dp_output_control(struct datapath *, struct sk_buff *, int, u32 arg);
 int dp_min_mtu(const struct datapath *dp);
+void set_dp_devs_mtu(const struct datapath *dp, struct net_device *dev);
 
 struct datapath *get_dp(int dp_idx);