File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,7 @@ table ip vyos_filter {
155
155
{% if ipv 4.output .filter .disable_conntrack is vyos_defined %}
156
156
chain VYOS_DISABLE_CONNTRACK_OUT {
157
157
type filter hook output priority -320; policy accept;
158
- {% if ipv 4.output .filter .disable_conntrack is vyos_defined %}
159
- notrack counter comment "DISABLE-CT-OUT"
160
- {% endif %}
158
+ notrack counter comment "DISABLE-CT-OUT"
161
159
}
162
160
{% endif %}
163
161
@@ -344,9 +342,7 @@ table ip6 vyos_filter {
344
342
{% if ipv 6.output .filter .disable_conntrack is vyos_defined %}
345
343
chain VYOS_DISABLE_CONNTRACK_OUT_V6 {
346
344
type filter hook output priority -320; policy accept;
347
- {% if ipv 6.output .filter .disable_conntrack is vyos_defined %}
348
- notrack counter comment "DISABLE-CT-OUT-V6"
349
- {% endif %}
345
+ notrack counter comment "DISABLE-CT-OUT-V6"
350
346
}
351
347
{% endif %}
352
348
You can’t perform that action at this time.
0 commit comments