From: jca Date: Mon, 27 Jun 2016 16:36:08 +0000 (+0000) Subject: Kill outdated comment. Reading the code is enough. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a9a092ac14eae2c3afd0ac69bc9960100820232e;p=openbsd Kill outdated comment. Reading the code is enough. ok sthen@ bluhm@ --- diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index bc3257f7a37..de8de00cb15 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_src.c,v 1.72 2015/12/05 13:21:00 vgross Exp $ */ +/* $OpenBSD: in6_src.c,v 1.73 2016/06/27 16:36:08 jca Exp $ */ /* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */ /* @@ -380,13 +380,6 @@ in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, return (0); } -/* - * Default hop limit selection. The precedence is as follows: - * 1. Hoplimit value specified via ioctl. - * 2. (If the outgoing interface is detected) the current - * hop limit of the interface specified by router advertisement. - * 3. The system default hoplimit. -*/ int in6_selecthlim(struct inpcb *in6p) {