From 6f643e4946016399f0b217c2226284e3892b6267 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Thu, 8 Apr 2010 10:22:35 -0400 Subject: 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". --- lib/netdev-provider.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/netdev-provider.h') 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 } -- cgit v1.2.3