1 // Package netlink implements common netlink manipulation. 2 // 3 // It wraps golang net, netlink, and tc libraries into a common, and simpler library 4 // that abstracts complex ip manipulation and error handling. 5 package netlink 6
View as plain text