Update rules.v6.j2 (#818)

Updated to use -m conntrack for consistency as per the other IPv6 rules.
This commit is contained in:
adamluk 2018-03-12 15:51:34 +00:00 committed by Dan Guido
parent 3bb6c32abb
commit b30f6db079

View file

@ -32,7 +32,7 @@ COMMIT
-A INPUT -p icmpv6 --icmpv6-type neighbor-advertisement -m hl --hl-eq 255 -j ACCEPT
-A INPUT -p icmpv6 --icmpv6-type redirect -m hl --hl-eq 255 -j ACCEPT
# DHCP in AWS
-A INPUT -m state --state NEW -m udp -p udp --dport 546 -d fe80::/64 -j ACCEPT
-A INPUT -m conntrack --ctstate NEW -m udp -p udp --dport 546 -d fe80::/64 -j ACCEPT
# TODO:
# The IP of the resolver should be bound to a DUMMY interface.
# DUMMY interfaces are the proper way to install IPs without assigning them any