From 87e906cdeea2f0566c2a2f305d8d60086ae5ec01 Mon Sep 17 00:00:00 2001 From: "Andrew A. Vasilyev" Date: Mon, 4 Oct 2021 20:38:10 +0300 Subject: [PATCH] remove comments about ifupdown2 --- pve-manager/PVE/API2/Network.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git pve-manager/PVE/API2/Network.pm pve-manager/PVE/API2/Network.pm index 3e0f420e..0c68fd00 100644 --- pve-manager/PVE/API2/Network.pm +++ pve-manager/PVE/API2/Network.pm @@ -126,7 +126,7 @@ my $confdesc = { type => 'string', format => 'pve-iface', }, 'vlan-id' => { - description => "vlan-id for a custom named vlan interface (ifupdown2 only).", + description => "vlan-id for a custom named vlan interface.", optional => 1, type => 'integer', minimum => 1, -- 2.33.0