github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/supervisor/iptablesctrl/acls_linux.go (about)

     1  // +build !rhel6
     2  
     3  package iptablesctrl
     4  
     5  func (i *iptables) aclSkipProto(proto string) bool {
     6  	return false
     7  }
     8  
     9  func (i *iptables) legacyPuChainRules(cfg *ACLInfo) ([][]string, bool) {
    10  	return nil, false
    11  }