Till now, by default, we add firewall holes for gre traffic. There may be users that do not use gre tunnels and they may be surprised with this behavior.
Signed-off-by: Gurucharan Shetty <[email protected]> --- rhel/etc_init.d_openvswitch | 2 -- 1 file changed, 2 deletions(-) diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch index 55a13a7..7e64132 100755 --- a/rhel/etc_init.d_openvswitch +++ b/rhel/etc_init.d_openvswitch @@ -48,8 +48,6 @@ start () { set "$@" $OVS_CTL_OPTS "$@" - ovs_ctl --protocol=gre enable-protocol - touch /var/lock/subsys/openvswitch } -- 1.7.9.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
