[packages] strongswan4: move in VPN submenu, add 2 more config options and changes...
[packages.git] / net / strongswan4 / Config.in
1 menu "Configuration"
2         depends on PACKAGE_strongswan4
3
4 # --enable-cisco-quirks
5 config STRONGSWAN4_ENABLE_CISCO_QUIRKS
6         bool
7         prompt "Enable support of Cisco VPN client"
8         default y
9
10 # --enable-nat-transport
11 config STRONGSWAN4_ENABLE_NAT_TRANSPORT
12         bool
13         prompt "Enable NAT traversal with IPsec transport mode in"
14         default y
15
16 # --enable-vendor-id
17 config STRONGSWAN4_ENABLE_VENDOR_ID
18         bool
19         prompt "Enable sending of the strongSwan vendor ID"
20         default y
21
22 # --enable-xauth-vid
23 config STRONGSWAN4_ENABLE_XAUTH_VID
24         bool
25         prompt "Enable sending of the XAUTH vendor ID"
26         default y
27
28 # --with-random-device
29 config STRONGSWAN4_DEVICE_RANDOM
30         string
31         prompt "Set the device to read real random data from"
32         default "/dev/random"
33
34 # --with-urandom-device
35 config STRONGSWAN4_DEVICE_URANDOM
36         string
37         prompt "Set the device to read pseudo random data from"
38         default "/dev/urandom"
39
40 # --with-routing-table
41 config STRONGSWAN4_ROUTING_TABLE
42         string
43         prompt "Set the IPsec routing table ID"
44         default "220"
45
46 #  --with-routing-table-prio
47 config STRONGSWAN4_ROUTING_TABLE_PRIO
48         string
49         prompt "Set the IPsec routing table priority"
50         default "220"
51
52 endmenu