[ovs-dev] [PATCH] rhel, xenserver: Punch holes through firewall for LISP

Lorand Jakab lojakab at cisco.com
Thu Apr 11 02:50:10 UTC 2013


Signed-off-by: Lorand Jakab <lojakab at 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




More information about the dev mailing list