mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
interfaces: improve vlan pattern
This commit is contained in:
parent
751e98b48a
commit
45f3e96bed
@ -154,8 +154,8 @@ function core_devices()
|
||||
$devices[] = array('pattern' => '^wg', 'volatile' => true);
|
||||
$devices[] = array('pattern' => '^zt', 'volatile' => true);
|
||||
$devices[] = array('pattern' => '_stf', 'volatile' => true);
|
||||
$devices[] = array('pattern' => '_vlan', 'volatile' => true);
|
||||
$devices[] = array('pattern' => '_wlan', 'volatile' => true);
|
||||
$devices[] = array('pattern' => 'vlan', 'volatile' => true);
|
||||
|
||||
return $devices;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user