diff options
author | 2016-06-27 16:36:08 +0000 | |
---|---|---|
committer | 2016-06-27 16:36:08 +0000 | |
commit | a9a092ac14eae2c3afd0ac69bc9960100820232e (patch) | |
tree | ef667814a11b82b9b82c3ef165a562f8a59199ca | |
parent | Implement IPV6_MINHOPCOUNT support. (diff) | |
download | wireguard-openbsd-a9a092ac14eae2c3afd0ac69bc9960100820232e.tar.xz wireguard-openbsd-a9a092ac14eae2c3afd0ac69bc9960100820232e.zip |
Kill outdated comment. Reading the code is enough.
ok sthen@ bluhm@
-rw-r--r-- | sys/netinet6/in6_src.c | 9 |
1 files changed, 1 insertions, 8 deletions
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) { |