]> git.proxmox.com Git - pve-common.git/commit - src/PVE/INotify.pm
fix #2831: never set bridge_fd to 0 with STP on
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 16 Jul 2021 07:40:49 +0000 (09:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jul 2021 09:50:40 +0000 (11:50 +0200)
commite960f7948f76f8d0cdb887884d940233b377dcda
treedb453ea3af833e12d1cb86676d4fce43c542dc11
parent0966f99ccc611f6e208bdd392faccce756f20266
fix #2831: never set bridge_fd to 0 with STP on

it's an invalid combination that causes the network reload/setup to
fail. unfortunately, this is not caught by ifupdown2 itself, but only
rejected by the kernel with ERANGE over netlink.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/INotify.pm