Merge "Clear skb mark on encapsulating packets"

This commit is contained in:
Zuul
2019-08-09 14:15:23 +00:00
committed by Gerrit Code Review

View File

@@ -508,6 +508,7 @@ class OVSBridge(BaseOVS):
options['local_ip'] = local_ip options['local_ip'] = local_ip
options['in_key'] = 'flow' options['in_key'] = 'flow'
options['out_key'] = 'flow' options['out_key'] = 'flow'
options['egress_pkt_mark'] = '0'
if tunnel_csum: if tunnel_csum:
options['csum'] = str(tunnel_csum).lower() options['csum'] = str(tunnel_csum).lower()
if tos: if tos: