diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-07-05 16:29:40 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-07-05 16:29:40 +0000 |
| commit | 2a463222be46a5f7ab718d440aa9cab6ecd50d56 (patch) | |
| tree | 0d5c02eb5ad8b661ab1f502bb251562a254ddc3d /sys/netinet6/ip6_forward.c | |
| parent | 1272577e22d8f1c1c5b5e88f2624836e93aecb17 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
| -rw-r--r-- | sys/netinet6/ip6_forward.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index 291b67a0829d..0f1ad8e705d3 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -316,10 +316,10 @@ ip6_forward(struct mbuf *m, int srcrt) m_freem(m); return; } else { - /* - * In the FAST IPSec case we have already + /* + * In the FAST IPSec case we have already * re-injected the packet and it has been freed - * by the ipsec_done() function. So, just clean + * by the ipsec_done() function. So, just clean * up after ourselves. */ m = NULL; @@ -385,7 +385,7 @@ ip6_forward(struct mbuf *m, int srcrt) dst->sin6_family = AF_INET6; dst->sin6_addr = ip6->ip6_dst; - rtalloc((struct route *)&ip6_forward_rt); + rtalloc((struct route *)&ip6_forward_rt); if (ip6_forward_rt.ro_rt == 0) { ip6stat.ip6s_noroute++; in6_ifstat_inc(m->m_pkthdr.rcvif, ifs6_in_noroute); |
