diff options
author | James Chapman <jchapman@katalix.com> | 2007-06-27 18:43:43 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-11 01:15:58 -0400 |
commit | cf14a4d06742d59ecb2d837a3f53bb24d1ff9acb (patch) | |
tree | 78b8058dd7bd8b1cfba243d7d478495e0ba9281b /include/linux/Kbuild | |
parent | 342f0234c71b40da785dd6a7ce1dd481ecbfdb81 (diff) |
[L2TP]: Changes to existing ppp and socket kernel headers for L2TP
Add struct sockaddr_pppol2tp to carry L2TP-specific address
information for the PPPoX (PPPoL2TP) socket. Unfortunately we can't
use the union inside struct sockaddr_pppox because the L2TP-specific
data is larger than the current size of the union and we must preserve
the size of struct sockaddr_pppox for binary compatibility.
Also add a PPPIOCGL2TPSTATS ioctl to allow userspace to obtain
L2TP counters and state from the kernel.
Add new if_pppol2tp.h header.
[ Modified to use aligned_u64 in statistics structure -DaveM ]
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index d94451682761..127d2d192b5a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -225,6 +225,7 @@ unifdef-y += if_fddi.h | |||
225 | unifdef-y += if_frad.h | 225 | unifdef-y += if_frad.h |
226 | unifdef-y += if_ltalk.h | 226 | unifdef-y += if_ltalk.h |
227 | unifdef-y += if_link.h | 227 | unifdef-y += if_link.h |
228 | unifdef-y += if_pppol2tp.h | ||
228 | unifdef-y += if_pppox.h | 229 | unifdef-y += if_pppox.h |
229 | unifdef-y += if_shaper.h | 230 | unifdef-y += if_shaper.h |
230 | unifdef-y += if_tr.h | 231 | unifdef-y += if_tr.h |