mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Firewall: Shaper - Allow the use of "dynamic" interface types, like enc0 and ipsecXXX.
This commit is contained in:
parent
528474372b
commit
3d1cc3c1e2
@ -244,6 +244,7 @@
|
||||
<interface type="InterfaceField">
|
||||
<Required>Y</Required>
|
||||
<default>wan</default>
|
||||
<AllowDynamic>Y</AllowDynamic>
|
||||
<filters>
|
||||
<enable>/^(?!0).*$/</enable>
|
||||
</filters>
|
||||
@ -251,6 +252,7 @@
|
||||
<interface2 type="InterfaceField">
|
||||
<Required>N</Required>
|
||||
<default></default>
|
||||
<AllowDynamic>Y</AllowDynamic>
|
||||
<filters>
|
||||
<enable>/^(?!0).*$/</enable>
|
||||
</filters>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user