[#66] store pvid in vlan column of device_port
This commit is contained in:
@@ -276,7 +276,7 @@ sub store_interfaces {
|
|||||||
duplex_admin => $i_duplex_admin->{$entry},
|
duplex_admin => $i_duplex_admin->{$entry},
|
||||||
stp => $i_stp_state->{$entry},
|
stp => $i_stp_state->{$entry},
|
||||||
type => $i_type->{$entry},
|
type => $i_type->{$entry},
|
||||||
vlan => $i_vlan->{$entry},
|
vlan => $i_pvid->{$entry},
|
||||||
pvid => $i_pvid->{$entry},
|
pvid => $i_pvid->{$entry},
|
||||||
lastchange => $lc,
|
lastchange => $lc,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user