We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b4368 commit e61d7adCopy full SHA for e61d7ad
ansible/roles/real-iptables/templates/iptables.j2
@@ -6,7 +6,6 @@
6
:POSTROUTING ACCEPT [0:0]
7
# The packet mark works in concert with net.ipv4.tcp_fwmark_accept to
8
# set the fwmark on the rest of the connection.
9
-# TODO: What do we do if packets come in from outside with a DSCP tag?
10
{% for hostname in groups['scripts-proxy'] %}
11
{% with info = hostvars[hostname] %}
12
{% if info.dscp_tag is defined %}
0 commit comments