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