blob: b38493af2ed4cf268f1b1ec405932123b58a75c8 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001
2if PACKAGE_strongswan
3comment "Configuration"
4
5# --with-routing-table
6config STRONGSWAN_ROUTING_TABLE
7 string
8 prompt "Set the IPsec routing table ID"
9 default "220"
10
11# --with-routing-table-prio
12config STRONGSWAN_ROUTING_TABLE_PRIO
13 string
14 prompt "Set the IPsec routing table priority"
15 default "220"
16
17comment "Packages"
18
19endif