Todo #5771
closedDisable MTU field for vlan with lagg parent
0%
Description
On interfaces.php, when current interface is a vlan and parent is lagg, disable MTU field and add a message saying all lagg childs must use same MTU as parent and a link to edit parent interface
Updated by Anonymous over 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 2bbab3a9349fd4d725106280751c0edf8a8baf03.
Updated by Anonymous over 9 years ago
- Assignee set to Renato Botelho
- % Done changed from 100 to 0
Implemented as requested EXCEPT that I need to know where the user would go to edit the MTU of the parent.
Updated by Anonymous over 9 years ago
Change was reverted per Renato.
Another solution will b researched.
Updated by Chris Buechler over 9 years ago
The input validation check here for VLANs in general (VLAN MTU must be <= parent MTU) works for lagg as well. There shouldn't be any reason a VLAN on lagg can't have an MTU smaller than that of its parent.
There are definitely some issues with lagg and MTU with VLANs, but I don't think this is desirable or the answer. I'll open separate ticket(s) for the issues there.
Leaving this to feedback in case Renato's aware of something I'm missing.
Updated by Renato Botelho over 9 years ago
- Status changed from Feedback to Rejected
Not a bug, it works well as it is