Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such
authormpi <mpi@openbsd.org>
Wed, 13 Jul 2016 08:40:46 +0000 (08:40 +0000)
committermpi <mpi@openbsd.org>
Wed, 13 Jul 2016 08:40:46 +0000 (08:40 +0000)
commitb71b7f0a6b7f463d1d08ae748637c9ea828825dc
treebbb908ee04f2d3c0bdbf6e71943e2cf569323dc8
parentf81acdc8f831ffbaa29eaa05e8ce9c17b0657ced
Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such
instead of abusing RTF_CLONING.

Fix a leak reporeted by Aaron Riekenberg on misc@, ok sthen@
sbin/route/show.c
share/man/man4/route.4
sys/net/route.h
sys/netinet/if_ether.c
sys/netinet6/in6.c
sys/netinet6/nd6.c
usr.bin/netstat/netstat.1
usr.bin/netstat/show.c
usr.sbin/route6d/route6d.c