diff options
Diffstat (limited to 'xenserver')
-rwxr-xr-x | xenserver/etc_init.d_openvswitch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 6e94b92b9..9c0fe80b1 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -82,7 +82,6 @@ start () { start_ovs_xapi_sync ovs_ctl --protocol=gre enable-protocol - ovs_ctl --protocol=udp --dport=8472 enable-protocol touch /var/lock/subsys/openvswitch } |