diff options
| author | Qing Li <qingli@FreeBSD.org> | 2008-12-17 10:27:34 +0000 |
|---|---|---|
| committer | Qing Li <qingli@FreeBSD.org> | 2008-12-17 10:27:34 +0000 |
| commit | 9928dafbb85e5f2716a0afc14e427fc17d6f1d18 (patch) | |
| tree | 24fecd34d6b44c0c39eaa86bffd6022436256ebf /sys/net/if_ethersubr.c | |
| parent | f16e1269b44e2997a679d48522b5d8a998fefe5f (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index e5978c6ab633..73a08dd51a35 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -225,7 +225,7 @@ ether_output(struct ifnet *ifp, struct mbuf *m, #endif #ifdef INET6 case AF_INET6: - error = nd6_storelladdr(ifp, rt0, m, dst, (u_char *)edst, &lle); + error = nd6_storelladdr(ifp, m, dst, (u_char *)edst, &lle); if (error) return error; type = htons(ETHERTYPE_IPV6); |
