security/tinc: Fix extaddress field validation (#2187)

It should be 'Y', since any different value is recognized as 'N'
This commit is contained in:
vnxme
2021-01-14 13:44:59 +01:00
committed by GitHub
parent 22d222a5dd
commit 0160ec1e4d
@@ -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>