You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
327 B

  1. if PACKAGE_strongswan
  2. comment Configuration
  3. # --with-routing-table
  4. config STRONGSWAN_ROUTING_TABLE
  5. string
  6. prompt "Set the IPsec routing table ID"
  7. default "220"
  8. # --with-routing-table-prio
  9. config STRONGSWAN_ROUTING_TABLE_PRIO
  10. string
  11. prompt "Set the IPsec routing table priority"
  12. default "220"
  13. comment Packages
  14. endif