1 //go:build !linux 2 // +build !linux 3 4 package netlink 5 6 func (r Rule) typeString() string { 7 return "" 8 } 9
View as plain text