dnsmasq: Adjust filter on interface field so group interfaces are filtered (#8464)

This commit is contained in:
Monviech 2025-03-22 10:33:50 +01:00 committed by GitHub
parent 84f48985bf
commit 7194c9ba34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@
<BlankDesc>Any</BlankDesc>
<Filters>
<if>/^(?!lo0$).*/</if>
<type>/(?s)^((?!group).)*$/</type>
</Filters>
<AllowDynamic>Y</AllowDynamic>
</interface>
@ -215,6 +216,7 @@
<BlankDesc>Any</BlankDesc>
<Filters>
<if>/^(?!lo0$).*/</if>
<type>/(?s)^((?!group).)*$/</type>
</Filters>
<AllowDynamic>Y</AllowDynamic>
</interface>