Network factory reset: don't recreate VLAN interfaces

This commit fixes a defect with the network factory reset. When VLANs
are created on a particular interface and that interface is reset, the
VLANs should disappear. They weren't disappearing; they were being
deleted and recreated during the reset process. This commit stops the
VLAN interfaces from being recreated.

Resolves openbmc/openbmc#2478

Change-Id: I46dd0183185cc57f3dd8680cf1ac8404c9fd316a
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
1 file changed