github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/supervisor/iptablesctrl/acls_darwin.go (about) 1 package iptablesctrl 2 3 func (i *iptables) aclSkipProto(proto string) bool { 4 return false 5 } 6 7 func (i *iptables) legacyPuChainRules(cfg *ACLInfo) ([][]string, bool) { 8 return nil, false 9 }