summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
diff options
context:
space:
mode:
authorqingli <qingli@FreeBSD.org>2008-12-17 10:19:53 +0000
committerqingli <qingli@FreeBSD.org>2008-12-17 10:19:53 +0000
commit3bfc2293f206bd8d4ae763d541e3355bd3abf983 (patch)
tree78cb6bf7608d7b88fc8ccca11b815bc06cb0a2b3 /sys/netinet6/nd6_rtr.c
parentc6a0a000ca142a4c7062f6f2fc0c31b888309b18 (diff)
downloadFreeBSD-src-3bfc2293f206bd8d4ae763d541e3355bd3abf983.zip
FreeBSD-src-3bfc2293f206bd8d4ae763d541e3355bd3abf983.tar.gz
A couple of files were not meant to be committed.
Diffstat (limited to 'sys/netinet6/nd6_rtr.c')
-rw-r--r--sys/netinet6/nd6_rtr.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c
index a47a347..1fd0d68 100644
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -1555,11 +1555,6 @@ nd6_prefix_onlink(struct nd_prefix *pr)
struct sockaddr_dl null_sdl = {sizeof(null_sdl), AF_LINK};
- log(LOG_DEBUG, "##1 nd6_prefix_onlink: %s, vltime = %x, pltime = %x\n",
- ip6_sprintf(ip6buf, &pr->ndpr_prefix.sin6_addr),
- pr->ndpr_vltime, pr->ndpr_pltime);
-
-
/* sanity check */
if ((pr->ndpr_stateflags & NDPRF_ONLINK) != 0) {
nd6log((LOG_ERR,
@@ -1629,11 +1624,6 @@ nd6_prefix_onlink(struct nd_prefix *pr)
error = rtrequest(RTM_ADD, (struct sockaddr *)&pr->ndpr_prefix,
ifa->ifa_addr, (struct sockaddr *)&mask6, rtflags, &rt);
- log(LOG_DEBUG, "##2 nd6_prefix_onlink: %s, vltime = %x, pltime = %x\n",
- ip6_sprintf(ip6buf, &pr->ndpr_prefix.sin6_addr),
- pr->ndpr_vltime, pr->ndpr_pltime);
-
-
if (error == 0) {
if (rt != NULL) /* this should be non NULL, though */ {
rnh = V_rt_tables[rt->rt_fibnum][AF_INET6];
OpenPOWER on IntegriCloud