This website works better with JavaScript
Home
Explore
Help
Register
Sign In
YFKJ_EmbeddedSoftwareTeam
/
rtu_linux_modules
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Tree:
0991ac104a
Branches
Tags
master
rtu_linux_mo...
/
vendor
/
github.com
/
vishvananda
/
netlink
/
rule_nonlinux.go
rule_nonlinux.go
102 B
History
Raw
1
2
3
4
5
6
7
8
//go:build !linux
// +build !linux
package netlink
func (r Rule) typeString() string {
return ""
}