[ovs-dev] [PATCH] rhel: Poke iptables hole for gre in init scripts.

Ethan Jackson ethan at nicira.com
Thu Sep 1 00:56:53 UTC 2011


---
 rhel/etc_init.d_openvswitch |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index 6f7fe69..82eaeb1 100755
--- a/rhel/etc_init.d_openvswitch
+++ b/rhel/etc_init.d_openvswitch
@@ -50,6 +50,8 @@ start () {
     fi
     "$@"
 
+    $ovs_ctl --protocol=gre enable-protocol
+
     touch /var/lock/subsys/openvswitch
 }
 
-- 
1.7.6




More information about the dev mailing list