mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
21e989190e
Signed-off-by: Moritz Warning <moritzwarning@web.de>
20 lines
327 B
Plaintext
20 lines
327 B
Plaintext
|
|
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
|