summaryrefslogtreecommitdiff
path: root/lib/netdev.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-10-06 15:35:53 -0700
committerBen Pfaff <blp@nicira.com>2010-10-11 12:40:11 -0700
commit2b9d65898426b2e15d05dc6a9ffdbcb92933398f (patch)
tree306e7546f1f8dc0788ffd14fccf40d29a531029e /lib/netdev.h
parent0bb5c3ec4dde32bfbdf8b63296d0580f33f829dd (diff)
downloadopenvswitch-2b9d65898426b2e15d05dc6a9ffdbcb92933398f.tar.gz
netdev-vport: Merge in netdev-patch and netdev-tunnel.
The only real difference between netdev-patch and netdev-tunnel is in their parse_config() implementation. That's a lot of extra code to maintain, for questionable benefit. This commit merges them into the netdev-vport code, which was heretofore merely a collection of helper functions.
Diffstat (limited to 'lib/netdev.h')
-rw-r--r--lib/netdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/netdev.h b/lib/netdev.h
index cd5c8c300..133d8ee65 100644
--- a/lib/netdev.h
+++ b/lib/netdev.h
@@ -93,8 +93,6 @@ struct netdev_class;
void netdev_run(void);
void netdev_wait(void);
-int netdev_register_provider(const struct netdev_class *);
-int netdev_unregister_provider(const char *type);
void netdev_enumerate_types(struct svec *types);
/* Open and close. */