Revert "[#66] store pvid in vlan column of device_port"

This reverts commit 441b967bde.
This commit is contained in:
Oliver Gorwits
2014-01-10 20:43:06 +00:00
parent f78f6028f4
commit f50e9d6a22

View File

@@ -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,
};