fix(netlink): RouteList list routes from all tables
- Do not filter by link anymore - IPv6 detection simplified
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
package netlink
|
||||
|
||||
func (n *NetLink) RouteList(link *Link, family int) (
|
||||
func (n *NetLink) RouteList(family int) (
|
||||
routes []Route, err error) {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user