diff options
author | 2014-07-09 09:33:12 +0000 | |
---|---|---|
committer | 2014-07-09 09:33:12 +0000 | |
commit | c69e215e5ab1a00dd2439151872eb0b06b23a99c (patch) | |
tree | 05247fa0d23f4ed4a9c88ea2103a7932649c85b0 | |
parent | bpf code surgery / shuffling / simplification. (diff) | |
download | wireguard-openbsd-c69e215e5ab1a00dd2439151872eb0b06b23a99c.tar.xz wireguard-openbsd-c69e215e5ab1a00dd2439151872eb0b06b23a99c.zip |
Kill code commented since forever; no obj change.
OK benno@
-rw-r--r-- | sbin/ping6/ping6.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 3c126259dde..d4de068546f 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.90 2014/04/28 15:25:34 florian Exp $ */ +/* $OpenBSD: ping6.c,v 1.91 2014/07/09 09:33:12 florian Exp $ */ /* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */ /* @@ -683,14 +683,6 @@ main(int argc, char *argv[]) err(1, "setsockopt(IPV6_RECVRTHDR)"); } -/* - optval = 1; - if (IN6_IS_ADDR_MULTICAST(&dst.sin6_addr)) - if (setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, - &optval, sizeof(optval)) == -1) - err(1, "IPV6_MULTICAST_LOOP"); -*/ - /* Specify the outgoing interface and/or the source address */ if (usepktinfo) ip6optlen += CMSG_SPACE(sizeof(struct in6_pktinfo)); |