Kill outdated comment. Reading the code is enough.
authorjca <jca@openbsd.org>
Mon, 27 Jun 2016 16:36:08 +0000 (16:36 +0000)
committerjca <jca@openbsd.org>
Mon, 27 Jun 2016 16:36:08 +0000 (16:36 +0000)
ok sthen@ bluhm@

sys/netinet6/in6_src.c

index bc3257f..de8de00 100644 (file)
@@ -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)
 {