Skip to content

Commit e61d7ad

Browse files
committed
Remove TODOne
1 parent 00b4368 commit e61d7ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ansible/roles/real-iptables/templates/iptables.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
:POSTROUTING ACCEPT [0:0]
77
# The packet mark works in concert with net.ipv4.tcp_fwmark_accept to
88
# 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?
109
{% for hostname in groups['scripts-proxy'] %}
1110
{% with info = hostvars[hostname] %}
1211
{% if info.dscp_tag is defined %}

0 commit comments

Comments
 (0)