mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-16 20:31:07 +02: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
|
|
}
|