summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2001-12-17 18:13:12 +0000
committersumikawa <sumikawa@FreeBSD.org>2001-12-17 18:13:12 +0000
commit21cf34e4e5e93740a646bdacbb975a5a39666e93 (patch)
treeed32bd1c0fd09d9e4988987ba177a0d8328af556 /sys/netinet6
parent492591a47e65960c58e8f4a20feac924b06fe0bf (diff)
downloadFreeBSD-src-21cf34e4e5e93740a646bdacbb975a5a39666e93.zip
FreeBSD-src-21cf34e4e5e93740a646bdacbb975a5a39666e93.tar.gz
Back out cometic changes. This is for easily syncing with KAME in other BSDs.
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_forward.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c
index 2770e0b..bae14d7 100644
--- a/sys/netinet6/ip6_forward.c
+++ b/sys/netinet6/ip6_forward.c
@@ -495,11 +495,11 @@ ip6_forward(m, srcrt)
#endif
{
printf("ip6_forward: outgoing interface is loopback. "
- "src %s, dst %s, nxt %d, rcvif %s, outif %s\n",
- ip6_sprintf(&ip6->ip6_src),
- ip6_sprintf(&ip6->ip6_dst),
- ip6->ip6_nxt, if_name(m->m_pkthdr.rcvif),
- if_name(rt->rt_ifp));
+ "src %s, dst %s, nxt %d, rcvif %s, outif %s\n",
+ ip6_sprintf(&ip6->ip6_src),
+ ip6_sprintf(&ip6->ip6_dst),
+ ip6->ip6_nxt, if_name(m->m_pkthdr.rcvif),
+ if_name(rt->rt_ifp));
}
/* we can just use rcvif in forwarding. */
OpenPOWER on IntegriCloud