mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/tinc: Fix extaddress field validation (#2187)
It should be 'Y', since any different value is recognized as 'N'
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</hostname>
|
||||
<extaddress type="HostnameField">
|
||||
<Required>N</Required>
|
||||
<IpAllowed>1</IpAllowed>
|
||||
<IpAllowed>Y</IpAllowed>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</extaddress>
|
||||
@@ -136,7 +136,7 @@
|
||||
</extport>
|
||||
<extaddress type="HostnameField">
|
||||
<Required>N</Required>
|
||||
<IpAllowed>1</IpAllowed>
|
||||
<IpAllowed>Y</IpAllowed>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
<Constraints>
|
||||
|
||||
Reference in New Issue
Block a user