Bug #802
closedInterface reassignment with VLANs after config restore to diff hardware doesn't work
0%
Description
When you have a configuration with VLANs and restore it to hardware with different NICs than the original hardware, the interface reassignment is inadequate as you can't re-assign the parent VLAN interface. The work around is to change the interface names in the config.xml before restoring.
Updated by Erik Fonnesbeck over 14 years ago
This is probably also applicable for systems with a VAP wireless configuration.
Updated by Erik Fonnesbeck over 14 years ago
Though I suppose technically since it only really works with ath at the moment, the similar issue with the VAP configuration has significantly lower priority.
Updated by Ermal Luçi over 14 years ago
- Either make the code OO similar to the shaper one. Which would only keep the real/parent interface saved only in one place
- Make all FreeBSD interfaces have a name of eth#
Updated by Chris Buechler over 14 years ago
There's an easier option there, simply detect VLANs with a missing parent interface upon config restore and prompt for reassignment no differently than is now done for physical interfaces. Could just be an addition to the same reassignment screen.
Updated by Ermal Luçi over 14 years ago
Yeah but this goes all back to wlan interfaces, ppp, possibly others.
And that means defining rules in code for this.
Not that is not doable just to confirm this!
Updated by Scott Ullrich over 13 years ago
- Status changed from Feedback to New
Changing back to new. I have a configuration file here that will utterly wreack havoc if someone wants to take a look.
Updated by Jim Pingle over 13 years ago
- Status changed from New to Feedback
I restored a config with vlans to a VM and it worked fine - I had to go to the VLANs tab and reparent the VLANs one by one, then I was able to reassign the interfaces properly and save/apply/reboot and it came up.
Updated by Chris Buechler over 13 years ago
- Status changed from Feedback to Resolved