From be54730288b9925003e88788e65f11199cc8292b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Mar 2018 13:04:05 +0200 Subject: =?UTF-8?q?Mange=20dager=20med=20rot=20p=C3=A5=20TG18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/api/write/switch-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/api/write/switch-update') diff --git a/web/api/write/switch-update b/web/api/write/switch-update index b71548b..bcf69e1 100755 --- a/web/api/write/switch-update +++ b/web/api/write/switch-update @@ -23,7 +23,7 @@ my @dups; my $sth = $nms::web::dbh->prepare("SELECT sysname FROM switches WHERE sysname=?"); -my @fields = ( 'community', 'tags', 'distro_name', 'distro_phy_port', 'mgmt_v4_addr', 'mgmt_v4_gw', 'mgmt_v4_netsize', 'mgmt_v6_addr', 'mgmt_v6_gw', 'mgmt_v6_netsize', 'mgmt_vlan', 'placement', 'poll_frequency', 'subnet4', 'subnet6', 'sysname', 'traffic_vlan', 'deleted'); +my @fields = ( 'community', 'tags', 'distro_name', 'distro_phy_port', 'mgmt_v4_addr', 'mgmt_v6_addr', 'mgmt_vlan', 'placement', 'poll_frequency', 'sysname', 'traffic_vlan', 'deleted'); sub convertplace { -- cgit v1.2.3