aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-provider.h
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-04-08 10:22:35 -0400
committerJesse Gross <jesse@nicira.com>2010-04-19 09:11:58 -0400
commit6f643e4946016399f0b217c2226284e3892b6267 (patch)
treeb9e5e65fa384c24cc8745a4e7dc9e3cd920ed67f /lib/netdev-provider.h
parent3fe8053b36da715c411b907ac125e41f9e9a28f2 (diff)
tunneling: Remove old GRE implementation.
The new GRE implementation provides a complete drop in replacement for the old Linux based implementation. Therefore, remove the old implementation and rename "grenew" to "gre".
Diffstat (limited to 'lib/netdev-provider.h')
-rw-r--r--lib/netdev-provider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h
index 927e441a..5ec14d73 100644
--- a/lib/netdev-provider.h
+++ b/lib/netdev-provider.h
@@ -393,7 +393,6 @@ extern const struct netdev_class netdev_linux_class;
extern const struct netdev_class netdev_tap_class;
extern const struct netdev_class netdev_gre_class;
extern const struct netdev_class netdev_patch_class;
-extern const struct netdev_class netdev_grenew_class;
#ifdef __cplusplus
}