Created attachment 218699 [details] Add support for link aggregation Hi J.R., Add support for link aggregation: - Use a generic approach to ease in porting to OpenBSD and NetBSD, for which support is also provided (modulo some minor changes). - Do not assume that a WiFi interface and an aggregate that uses it are configured in the same configuration file, and give precedence to /etc/rc.conf.local over /etc/rc.conf for both WiFi configuration and link aggregation. - Within the same configuration file, do not assume that a WiFi interface appears before an aggregate that uses it.
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/207926322
testbuilds @ work
(In reply to Kurt Jaeger from comment #2) Hi Kurt, Just to let you know that I am working on a patch to apply to the base system. I may have to modify the patch attached in this PR.
Created attachment 221895 [details] patch to update port from 1.13 to 1.14
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=05a0ec2c107eac5697e48b3e5dadb54175904671 commit 05a0ec2c107eac5697e48b3e5dadb54175904671 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-04-25 11:52:42 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-04-25 11:53:02 +0000 Update `net-mgmt/wifimgr' to version 1.14, which brings: - Fix lagg(4) interfaces support which broke after FreeBSD 12.2 - Fix parsing of ifconfig(8) output to handle data in any order While here, do not try to update icon cache which breaks non-root installation, it is handled by the port via INSTALLS_ICONS anyway. PR: 250302 Approved by: maintainer Timeout from: pi (three months) net-mgmt/wifimgr/Makefile | 6 +----- net-mgmt/wifimgr/distinfo | 5 ++--- net-mgmt/wifimgr/files/patch-src_Makefile (new) | 20 ++++++++++++++++++++ 3 files changed, 23 insertions(+), 8 deletions(-)
Port had been updated, thanks!