mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
1ae2c6005e
commit
46f48be960
1 changed files with 1 additions and 0 deletions
|
|
@ -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? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue