mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
datapath: Dont export get_dp().
Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@jessegross.com>
This commit is contained in:
@@ -140,7 +140,6 @@ void dp_detach_port(struct vport *);
|
||||
int dp_upcall(struct datapath *, struct sk_buff *,
|
||||
const struct dp_upcall_info *);
|
||||
|
||||
struct datapath *get_dp(int dp_idx);
|
||||
const char *dp_name(const struct datapath *dp);
|
||||
struct sk_buff *ovs_vport_cmd_build_info(struct vport *, u32 pid, u32 seq,
|
||||
u8 cmd);
|
||||
|
Reference in New Issue
Block a user