# # PPP family (PPP, PPPoE, PPTP, PPPoL2TP) # # Generic PPP driver plus the encapsulations used by VyOS: # * PPPoE -> "interfaces pppoe" # * PPTP -> PPTP VPN client / server # * PPPoL2TP -> L2TP/PPP transport (ppp-over-l2tp) # Compression / multilink / sync-tty helpers travel with PPP. # # # Generic PPP # CONFIG_PPP=m CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m CONFIG_PPP_FILTER=y CONFIG_PPP_MPPE=m CONFIG_PPP_MULTILINK=y CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m CONFIG_SLHC=m # # PPPoE # CONFIG_PPPOE=m # CONFIG_PPPOE_HASH_BITS_1 is not set # CONFIG_PPPOE_HASH_BITS_2 is not set CONFIG_PPPOE_HASH_BITS_4=y # CONFIG_PPPOE_HASH_BITS_8 is not set CONFIG_PPPOE_HASH_BITS=4 # # PPTP and PPP-over-L2TP # CONFIG_PPTP=m CONFIG_PPPOL2TP=m