Merge "Clear skb mark on encapsulating packets" into stable/stein

This commit is contained in:
Zuul 2019-08-18 17:19:21 +00:00 committed by Gerrit Code Review
commit 2d67d2542b
1 changed files with 1 additions and 0 deletions

View File

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