mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-09 00:41:05 +02:00
8 lines
115 B
Go
Executable File
8 lines
115 B
Go
Executable File
// +build linux
|
|
|
|
//go:generate sh syscall.sh $GOFILE $GOOS $GOARCH
|
|
|
|
package nlgo
|
|
|
|
const SOL_NETLINK = 0x10e // 270
|