PR for #510 - store ifindex in device_port

This commit is contained in:
ram
2019-02-21 22:15:12 +01:00
committed by Christian Ramseyer
parent 1620feaa6a
commit 24a7e80470
4 changed files with 9 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 53; # schema version used for upgrades, keep as integer
$VERSION = 54; # schema version used for upgrades, keep as integer
use Path::Class;
use File::ShareDir 'dist_dir';