summaryrefslogtreecommitdiffstats
path: root/rules/ppp.in
blob: 385d0be8eeb5dc82b5d653cc6eb1b2f8fb01c5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## SECTION=networking
menuconfig PPP
	tristate
	prompt "ppp                           "
	help
	  Just like SLIP, PPP is a protocol to send
	  datagrams across a serial connection, but
	  addresses a couple of deficiencies of the
	  former. It lets the communicating sides
	  negotiate options such as the IP address
	  and the maximum datagram size at startup
	  time, and provides for client authorization.

if PPP

config PPP_MS_CHAP
	bool
	prompt "support Micro$oft's MS-CHAP authentication protocol"
	help
	  FIXME: This item needs to be documented

config PPP_SHADOW
	bool
	prompt "ppp server: support for shadow passwords"
	help
	  FIXME: This item needs to be documented

config PPP_PLUGINS
	bool
	prompt "support plugins"
	help
	  FIXME: This item needs to be documented

config PPP_IPX
	bool
	prompt "support IPX protocol"
	help
	  FIXME: This item needs to be documented

config PPP_MULTILINK
	bool
	prompt "support multilink"
	help
	  FIXME: This item needs to be documented

endif