Signed-off-by: Lorand Jakab <loja...@cisco.com> --- rhel/etc_init.d_openvswitch | 1 + xenserver/etc_init.d_openvswitch | 1 + 2 files changed, 2 insertions(+)
diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch index 3d79b6a..57c2afe 100755 --- a/rhel/etc_init.d_openvswitch +++ b/rhel/etc_init.d_openvswitch @@ -50,6 +50,7 @@ start () { ovs_ctl --protocol=gre enable-protocol ovs_ctl --protocol=udp --dport=8472 enable-protocol + ovs_ctl --protocol=udp --dport=4341 enable-protocol touch /var/lock/subsys/openvswitch } diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 6e94b92..80dd188 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -83,6 +83,7 @@ start () { ovs_ctl --protocol=gre enable-protocol ovs_ctl --protocol=udp --dport=8472 enable-protocol + ovs_ctl --protocol=udp --dport=4341 enable-protocol touch /var/lock/subsys/openvswitch } -- 1.8.1.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev