diff options
author | root <root@colazero.tele.tg18.gathering.org> | 2018-03-26 13:04:05 +0200 |
---|---|---|
committer | root <root@colazero.tele.tg18.gathering.org> | 2018-03-26 13:04:05 +0200 |
commit | be54730288b9925003e88788e65f11199cc8292b (patch) | |
tree | f5a96e9b34fa43fb1fc36cc6923c346d75ed9f5f /web/api/write/switch-update | |
parent | d6a5794527b555dca86be61c757d24bb86930dd3 (diff) |
Mange dager med rot på TG18
Diffstat (limited to 'web/api/write/switch-update')
-rwxr-xr-x | web/api/write/switch-update | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |