github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/supervisor/iptablesctrl/icmp_rhel6.go (about) 1 // +build rhel6 darwin 2 3 package iptablesctrl 4 5 func icmpRule(icmpTypeCode string, policyRestrictions []string) []string { 6 return []string{} 7 } 8 9 func allowICMPv6(cfg *ACLInfo) { 10 }