mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 21:05:19 -06:00
security/tinc: revision and style
This commit is contained in:
parent
61e0663137
commit
fafde8629f
@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= tinc
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_REVISION= 5
|
||||
PLUGIN_COMMENT= Tinc VPN
|
||||
PLUGIN_DEPENDS= tinc
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
||||
@ -76,17 +76,17 @@
|
||||
<Default>aes-256-cbc</Default>
|
||||
</cipher>
|
||||
<mode type="OptionField">
|
||||
<Required>Y</Required>
|
||||
<Default>router</Default>
|
||||
<OptionValues>
|
||||
<router>router</router>
|
||||
<switch>switch</switch>
|
||||
</OptionValues>
|
||||
<Constraints>
|
||||
<check001>
|
||||
<reference>subnet.check001</reference>
|
||||
</check001>
|
||||
</Constraints>
|
||||
<Required>Y</Required>
|
||||
<Default>router</Default>
|
||||
<OptionValues>
|
||||
<router>router</router>
|
||||
<switch>switch</switch>
|
||||
</OptionValues>
|
||||
<Constraints>
|
||||
<check001>
|
||||
<reference>subnet.check001</reference>
|
||||
</check001>
|
||||
</Constraints>
|
||||
</mode>
|
||||
<PMTUDiscovery type="BooleanField">
|
||||
<Default>1</Default>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user