X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=xenserver%2Fetc_init.d_openvswitch;h=81039004035d5ca3eb75a152354b1c0ab06832b1;hb=b3a375f242c70ff85c30f84ce311628de4a6f022;hp=39d4d364e824b92f3c0d3f612351cc5f88ebb669;hpb=bb9f6963579816c0209a2a7d5510689a043dd965;p=sliver-openvswitch.git diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 39d4d364e..810390040 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -76,8 +76,7 @@ start () { --pidfile --detach --monitor unix:/var/run/openvswitch/db.sock fi - # Allow GRE traffic. - /sbin/iptables -I INPUT -p gre -j ACCEPT + $ovs_ctl --protocol=gre enable-protocol touch /var/lock/subsys/openvswitch }