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

@@ -69,6 +69,8 @@ __PACKAGE__->add_columns(
{ data_type => "integer", is_nullable => 1 },
"lastchange",
{ data_type => "bigint", is_nullable => 1 },
"ifindex",
{ data_type => "bigint", is_nullable => 1 },
);
__PACKAGE__->set_primary_key("port", "ip");