Feature #1019
closed
Lagg Failover Mode Master Interface
Added by Martin Klein about 14 years ago.
Updated over 4 years ago.
Description
when creating a lagg interface in failover mode I am not able to choose the master interface.
The first interface in the list becomes the master, which in my case is making
the lagg choosing a 100mbit interface over a 1gbit interface.
An additional drop down menu would be nice.
- Status changed from New to Rejected
Unfortunately FreeBSD doesn't support setting any such options for lagg.
From lagg (4):
BUGS
There is no way to configure LACP administrative variables, including
system and port priorities. The current implementation always performs
active-mode LACP and uses 0x8000 as system and port priorities.
The above is true for an lagg interface
that is running in LACP mode.
This bug was filed for an lagg interface
that is running failover mode.
example em1 master:
ifconfig lagg0 up laggproto failover laggport em1 laggport em0
example em0 master:
ifconfig lagg0 up laggproto failover laggport em0 laggport em1
So the only thing needed is a interface priority in the web interface
which is observed when calling the ifconfig command.
- Tracker changed from Bug to Feature
- Status changed from Rejected to New
- Affected Version deleted (
2.0)
that is a legit feature request.
Is this on a roadmap for any future release? I just ran into this issue today myself and found this feature request.
- Category changed from Interfaces to LAGG Interfaces
- Status changed from New to Pull Request Review
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
- Status changed from Feedback to Resolved
- Target version set to 2.5.0
works as expected on 2.5.0.a.20200403.1936
Also available in: Atom
PDF