mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-12-13 07:41:04 +01:00
* Use libnetwork/ipvs alternative * PR image tag simplification * Remove nested vendor directories
11 lines
186 B
Go
11 lines
186 B
Go
// +build darwin freebsd openbsd netbsd dragonfly
|
|
// +build !appengine
|
|
|
|
package logrus
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
|
|
|
type Termios unix.Termios
|