aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-dummy.c
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-01-07 16:56:04 -0800
committerEthan Jackson <ethan@nicira.com>2013-01-15 16:21:09 -0800
commitf431bf7d78f3212d32bb3d122f783c5c796a1576 (patch)
treedce5edae485e5ebfb857435bfaef1b63609dc270 /lib/netdev-dummy.c
parent9b9f4d6007e6383e36e4dc52cdd44c3637ac81de (diff)
netdev: Parse and make available tunnel configuration.
Future patches will need to know the details of a netdev's tunnel configuration from outside the netdev library. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/netdev-dummy.c')
-rw-r--r--lib/netdev-dummy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/netdev-dummy.c b/lib/netdev-dummy.c
index 39b04cfa..4e97f551 100644
--- a/lib/netdev-dummy.c
+++ b/lib/netdev-dummy.c
@@ -319,6 +319,7 @@ static const struct netdev_class dummy_class = {
netdev_dummy_destroy,
NULL, /* get_config */
NULL, /* set_config */
+ NULL, /* get_tunnel_config */
netdev_dummy_open,
netdev_dummy_close,