github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/pkg/ipsetmanager/constants_windows.go (about)

     1  // +build windows
     2  
     3  package ipsetmanager
     4  
     5  const (
     6  	portSetIpsetType      = "hash:net"
     7  	proxySetPortIpsetType = "hash:port"
     8  )