mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
dnsmasq: Adjust filter on interface field so group interfaces are filtered (#8464)
This commit is contained in:
parent
84f48985bf
commit
7194c9ba34
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user