K 10 svn:author V 6 donner K 8 svn:date V 27 2021-05-27T11:08:30.866267Z K 7 svn:log V 616 netgraph/ng_bridge: learn MACs via control message Add a new control message to move ethernet addresses to a given link in ng_bridge(4). Send this message instead of doing the work directly. This decouples the read-only activity from the modification under a more strict writer lock. Decoupling the work is a prerequisite for multithreaded operation. Approved by: manpages (bcr), kp (earlier version) Differential Revision: https://reviews.freebsd.org/D28516 (cherry picked from commit b1bd44732d8332930dc6a17092f47a201caff1ef) Git Hash: d9a06ae65043b6a21cb816ed10d26cb947876d67 Git Author: donner@FreeBSD.org END