[Bug 250875] net/vether-kmod fails to load

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 08:50:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250875

--- Comment #15 from Henning Matyschok <henning.matyschok@outlook.com> ---
Therefore, some changes, due to the implementation:

 (a) ether_gen_addr(9) was replaced by vether_ifaddr_init(9) - arc4rand(9)
initializes lla by reducing the runtime-complexity.

 (b) Softintr. against netisr(4) for broadcasing frames by vether_nh_fwd_cb(4)
maps-to SAP against running instance-of if_bridge(4).

 (c) Namespace - signature over vether_ioctl(9) against set over 
ioctl(2)-primitives (reqs).

 See Paste "P520", eniteled with "if_vether(4), further developement", for
revision (and / or "https://github.com/hmatyschok/if_vether"). Henning Andersen
Matyschok, 120179M11214, USAF

-- 
You are receiving this mail because:
You are on the CC list for the bug.