security/tinc: revision and style

This commit is contained in:
Franco Fichtner 2025-12-05 12:19:54 +01:00
parent 61e0663137
commit fafde8629f
2 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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>