mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-08 06:31:19 +01:00
* Use libnetwork/ipvs alternative * PR image tag simplification * Remove nested vendor directories
8 lines
95 B
Go
8 lines
95 B
Go
// +build windows
|
|
|
|
package libnetwork
|
|
|
|
func (r *resolver) setupIPTable() error {
|
|
return nil
|
|
}
|