lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (318B)


      1 menu "Configuration"
      2 	depends on PACKAGE_strongswan
      3 
      4 # --with-routing-table
      5 config STRONGSWAN_ROUTING_TABLE
      6 	string
      7 	prompt "Set the IPsec routing table ID"
      8 	default "220"
      9 
     10 #  --with-routing-table-prio
     11 config STRONGSWAN_ROUTING_TABLE_PRIO
     12 	string
     13 	prompt "Set the IPsec routing table priority"
     14 	default "220"
     15 
     16 endmenu