summaryrefslogtreecommitdiff
path: root/utilities/bugtool
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@ovn.org>2016-09-24 11:44:53 -0700
committerPravin B Shelar <pshelar@ovn.org>2016-09-27 11:06:09 -0700
commit2b02d770c4cb381ec32cd4b7b1e991c42b448884 (patch)
tree2ffe1064105f5cb7f20f4b884a66af7d7158a586 /utilities/bugtool
parent5e8bc3c549ca9bfa02c5525c02cb4ee12ef1f06e (diff)
downloadopenvswitch-2b02d770c4cb381ec32cd4b7b1e991c42b448884.tar.gz
openvswitch: Allow external IPsec tunnel management.
OVS GRE IPsec tunnel support has multiple issues, Therefore it was deprecated in OVS 2.6. Following patch removes support for GRE IPsec and allows external IPsec tunnel management for any type of tunnel not just GRE. e.g. user can encrypt Geneve or VxLan traffic. It can be done by using openflow pipeline to set skb-mark and using IPsec keying daemons to implement IPsec tunnels. This packet can be matched for the skb-mark to encrypt selective tunnel traffic. VMware-BZ: 1710701 Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Ansis Atteka <aatteka@ovn.org>
Diffstat (limited to 'utilities/bugtool')
-rwxr-xr-xutilities/bugtool/ovs-bugtool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in
index 2ec2f2a05..963c50cc3 100755
--- a/utilities/bugtool/ovs-bugtool.in
+++ b/utilities/bugtool/ovs-bugtool.in
@@ -630,7 +630,7 @@ exclude those logs from the archive.
ovs_logs = ([OPENVSWITCH_LOG_DIR + x for x in
['ovs-vswitchd.log', 'ovsdb-server.log',
- 'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log', 'ovs-ctl.log']])
+ 'ovs-xapi-sync.log', 'ovs-ctl.log']])
for log in ovs_logs:
prefix_output(CAP_OPENVSWITCH_LOGS, log,
last_mod_time=log_last_mod_time)