Merge "Remove ICMPV6_ALLOWED_TYPES"

This commit is contained in:
Jenkins
2016-05-17 02:43:21 +00:00
committed by Gerrit Code Review

View File

@@ -218,12 +218,6 @@ ICMPV6_TYPE_NA = 136
# Multicast Listener v2 Report (143)
ICMPV6_TYPE_MLD2_REPORT = 143
# List of ICMPv6 types that should be allowed by default:
ICMPV6_ALLOWED_TYPES = [ICMPV6_TYPE_MLD_QUERY,
ICMPV6_TYPE_MLD_REPORT,
ICMPV6_TYPE_MLD_DONE,
ICMPV6_TYPE_NS,
ICMPV6_TYPE_NA]
# List of ICMPv6 types that should be allowed from the unspecified address for
# Duplicate Address Detection:
ICMPV6_ALLOWED_UNSPEC_ADDR_TYPES = [ICMPV6_TYPE_MLD_REPORT,