rhel: Remove the firewall hole that we create for GRE.
[sliver-openvswitch.git] / rhel / etc_init.d_openvswitch
index 55a13a7..7e64132 100755 (executable)
@@ -48,8 +48,6 @@ start () {
     set "$@" $OVS_CTL_OPTS
     "$@"
 
-    ovs_ctl --protocol=gre enable-protocol
-
     touch /var/lock/subsys/openvswitch
 }