]> git.proxmox.com Git - pve-manager.git/blame - bin/pve5to6
status/metrics: make MTU configurable
[pve-manager.git] / bin / pve5to6
CommitLineData
071d761a 1#!/usr/bin/perl
75584009
FG
2
3use strict;
4use warnings;
5
75584009
FG
6use PVE::CLI::pve5to6;
7
8PVE::CLI::pve5to6->run_cli_handler();