Skip to content

Commit

Permalink
Allow ipv6 local traffic. (istio#10738)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcimboldo authored and rshriram committed Jan 28, 2019
1 parent 2e4d19c commit 63cbdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/deb/istio-iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,6 @@ if [ -z "${ENABLE_INBOUND_IPV6}" ]; then
# TODO: support receiving IPv6 traffic in the same way as IPv4.
ip6tables -F INPUT || true
ip6tables -A INPUT -m state --state ESTABLISHED -j ACCEPT || true
ip6tables -A INPUT -i lo -d ::1 -j ACCEPT || true
ip6tables -A INPUT -j REJECT || true
fi

0 comments on commit 63cbdbb

Please sign in to comment.