[packages] add strongswan4 (closes: #2538)
[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 # --with-random-device
17 config STRONGSWAN4_DEVICE_RANDOM
18         string
19         prompt "Set the device to read real random data from"
20         default "/dev/random"
21
22 # --with-urandom-device
23 config STRONGSWAN4_DEVICE_URANDOM
24         string
25         prompt "Set the device to read pseudo random data from"
26         default "/dev/urandom"
27
28 # --with-routing-table
29 config STRONGSWAN4_ROUTING_TABLE
30         string
31         prompt "Set the IPsec routing table ID"
32         default "220"
33
34 #  --with-routing-table-prio
35 config STRONGSWAN4_ROUTING_TABLE_PRIO
36         string
37         prompt "Set the IPsec routing table priority"
38         default "220"
39
40 endmenu