aboutsummaryrefslogtreecommitdiff
path: root/net/strongswan/Config.in
blob: b38493af2ed4cf268f1b1ec405932123b58a75c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if PACKAGE_strongswan
comment "Configuration"

# --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"

comment "Packages"

endif