[#66] store pvid in vlan column of device_port

This commit is contained in:
Oliver Gorwits
2014-01-10 19:37:52 +00:00
parent 134b7a7646
commit 441b967bde

View File

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