Skip to content
  • James Chapman's avatar
    [L2TP]: PPP over L2TP driver core · 3557baab
    James Chapman authored
    
    
    This driver handles only L2TP data frames; control frames are handled
    by a userspace application. It implements L2TP using the PPPoX socket
    family. There is a PPPoX socket for each L2TP session in an L2TP
    tunnel.  PPP data within each session is passed through the kernel's
    PPP subsystem via this driver. Kernel parameters of each socket can be
    read or modified using ioctl() or [gs]etsockopt() calls.
    
    Signed-off-by: default avatarJames Chapman <jchapman@katalix.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    3557baab