On Mon, Nov 7, 2016 at 1:43 PM, Ryota Ozaki <ozak...@netbsd.org> wrote: > Module Name: src > Committed By: ozaki-r > Date: Mon Nov 7 04:43:14 UTC 2016 > > Modified Files: > src/tests/net/net: t_ping6_opts.sh > > Log Message: > Add tests of ping6 hops optional argument (Type 0 Routing Headers) > > Note that ping6 with the argument can send packets with routing headers > but the kernel doesn't support receiving the packets so that ping6 fails. > Nevertheless, we can test whether sent packets are correct or not.
BTW, should we remove the functionality of sending packets with Type 0 Routing Headers in favor of RFC 5095? ozaki-r