]> git.proxmox.com Git - pve-common.git/commit - src/PVE/INotify.pm
INotify: fix unknown for unknown ovs_type
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 18 Feb 2020 05:33:47 +0000 (06:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 7 Mar 2020 16:37:53 +0000 (17:37 +0100)
commitc688b8e6838029e62c5f12638e107c25888c07b0
tree185ef490dcff5fb51d0b909bf0fcb111e53832cd
parentbc6713dfff5796df9ef0b65b543faaf8c682fb7f
INotify: fix unknown for unknown ovs_type

if user defined manually ovs_type OVSTunnel or OVSPatchPort,
the type is empty.

set type=unknown first to avoid this kind of mistake
src/PVE/INotify.pm