blob: 5bb78aeb82313b81860761cb42c7daf3e1d5eada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
menu "Configuration"
depends on PACKAGE_strongswan
# --with-routing-table
config STRONGSWAN_ROUTING_TABLE
string
prompt "Set the IPsec routing table ID"
default "220"
# --with-routing-table-prio
config STRONGSWAN_ROUTING_TABLE_PRIO
string
prompt "Set the IPsec routing table priority"
default "220"
endmenu
|