Merge "Clear skb mark on encapsulating packets"
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user