aboutsummaryrefslogtreecommitdiff
path: root/debian
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 /debian
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 'debian')
-rwxr-xr-xdebian/openvswitch-switch.init3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
index 97e9b893..ef92340f 100755
--- a/debian/openvswitch-switch.init
+++ b/debian/openvswitch-switch.init
@@ -191,14 +191,11 @@ unload_modules() {
done
fi
unload_module openvswitch_mod
- unload_module ip_gre_mod
}
case "$1" in
start)
load_module openvswitch_mod
- unload_module ip_gre
- load_module ip_gre_mod
if test -n "$CORE_LIMIT"; then
check_op "Setting core limit to $CORE_LIMIT" ulimit -c "$CORE_LIMIT"