mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 22:29:12 +08:00
20 lines
331 B
Plaintext
20 lines
331 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
|