mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-24 14:01:16 +00:00
support QinQ / vlan stacking
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
parent
0cb4d663f5
commit
ce1c3cc44a
@ -413,7 +413,7 @@ sub activate_bridge_vlan {
|
||||
|
||||
my @ifaces = ();
|
||||
my $dir = "/sys/class/net/$bridge/brif";
|
||||
PVE::Tools::dir_glob_foreach($dir, '((eth|bond)\d+)', sub {
|
||||
PVE::Tools::dir_glob_foreach($dir, '((eth|bond)\d+(\.\d+)?)', sub {
|
||||
push @ifaces, $_[0];
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user