Merge "Don't add conntrack entries for vxlan"

This commit is contained in:
Zuul 2022-03-03 11:52:27 +00:00 committed by Gerrit Code Review
commit b5a9627100
1 changed files with 16 additions and 0 deletions

View File

@ -212,6 +212,22 @@ outputs:
'118 neutron vxlan networks':
proto: 'udp'
dport: 4789
'120 neutron vxlan networks no conntrack':
proto: 'udp'
dport: 4789
table: 'raw'
chain: 'OUTPUT'
jump: 'NOTRACK'
action: 'append'
state: []
'121 neutron vxlan networks no conntrack':
proto: 'udp'
dport: 4789
table: 'raw'
chain: 'PREROUTING'
jump: 'NOTRACK'
action: 'append'
state: []
'136 neutron gre networks':
proto: 'gre'
monitoring_subscription: {get_param: MonitoringSubscriptionNeutronOvs}