Writing out the L2TP control packet requires 12 bytes of
authorbz <bz@FreeBSD.org>
Thu, 17 Nov 2016 14:03:44 +0000 (14:03 +0000)
committerbz <bz@FreeBSD.org>
Thu, 17 Nov 2016 14:03:44 +0000 (14:03 +0000)
commit3d1edadd15a84b7f05ad1459c78c7b2ec9be8faf
tree029c70e9183f161ec3fa9314fe29d8483c2db2c8
parent127e1c16624ea8fd9987e203b9fcf8b6b0de4283
Writing out the L2TP control packet requires 12 bytes of
contiguous memory but in one path we did not always guarantee this,
thus do a m_pullup() there.

PR: 214385
Submitted by: Joe Jones (joeknockando googlemail.com)
MFC after: 3 days
sys/netgraph/ng_l2tp.c