interfaces: improve vlan pattern

This commit is contained in:
Franco Fichtner 2022-02-10 12:45:17 +01:00
parent 751e98b48a
commit 45f3e96bed

View File

@ -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;
}