On Fri, Jan 03, 2020 at 08:50:27PM +0100, Frédéric Fauberteau wrote:
I try to aggregate two network interfaces on Raspberry Pi 2 using
agr(4).
# uname -rms
NetBSD 9.99.32 evbarm
# ifconfig agr0 create
ifconfig: clone_command: Invalid argument
ifconfig: exec_matches: Invalid argument
Is agr(4) known to be broken on this platform?
Doesn't look like evbarm/conf/GENERIC has
pseudo-device agr
If it's already a module, it must be loaded before securelevel is
raised (which isn't a problem on x86 ports because INSECURE).