strongswan: make parsing more consistent
[feed/packages.git] / net / strongswan / Config.in
1
2 if PACKAGE_strongswan
3 comment "Configuration"
4
5 # --with-routing-table
6 config STRONGSWAN_ROUTING_TABLE
7 string
8 prompt "Set the IPsec routing table ID"
9 default "220"
10
11 # --with-routing-table-prio
12 config STRONGSWAN_ROUTING_TABLE_PRIO
13 string
14 prompt "Set the IPsec routing table priority"
15 default "220"
16
17 comment "Packages"
18
19 endif