illumos-joyent icon indicating copy to clipboard operation
illumos-joyent copied to clipboard

lx: lx_netlink_getroute ipv6 support would be nice

Open wiedi opened this issue 7 years ago • 2 comments

Newer linux distributions no longer ship with netstat. And while netstat -rn6 worked to display the IPv6 routing table the supposed alternative ip -6 route show only results in:

Cannot send dump request: Protocol error

The reason seems to be that the netlink method is simply not implemented yet: https://github.com/joyent/illumos-joyent/blob/4f5bbb4c37e2dca7b0722f89c8dfe13be1fbc131/usr/src/uts/common/brand/lx/io/lx_netlink.c#L1477

And while /native/usr/bin/netstat -rn works for now proper support would be nice. Thanks! :)

wiedi avatar Feb 22 '18 23:02 wiedi

I'd like to +1 this!

sjorge avatar Mar 01 '18 20:03 sjorge

+1

plitc avatar Mar 23 '18 05:03 plitc