X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=ef92340fb5ee4e2bbe59115b7c37a7a31c505b1c;hb=776f10ce0f008e95b457f8c6b69b9748d8d1fdbd;hp=97e9b893694d10511c1eecc7b87ef47269917cab;hpb=9b094b09bd15ef3c6b7929b1635706158750144f;p=openvswitch 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"