Restore the code wrongly nuked by previous commit.

Following changed was made by previous commit:

  - IPV6CP supporting in kernel level ppp from NetBSD.

Submitted by:	y.shirasaki@ntt.com
This commit is contained in:
Hajimu UMEMOTO 2001-06-12 08:52:54 +00:00
parent 1ae2c6005e
commit 46f48be960
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78134

View File

@ -713,6 +713,7 @@ sppp_output(struct ifnet *ifp, struct mbuf *m,
s = splimp();
}
ifq = &ifp->if_snd;
#ifdef INET
if (dst->sa_family == AF_INET) {
/* XXX Check mbuf length here? */