K 10 svn:author V 6 donner K 8 svn:date V 27 2021-02-25T10:01:29.389535Z K 7 svn:log V 744 netgraph/ng_bridge: Merge internal structures In a earlier version of ng_bridge(4) the exernal visible host entry structure was a strict subset of the internal one. So internal view was a direct annotation of the external structure. This strict inheritance was lost many versions ago. There is no need to encapsulate a part of the internal represntation as a separate structure. This patch is a preparation to make the internal structure read only in the data path in order to make ng_bridge(4) multithreaded. Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D28545 (cherry picked from commit ccf4cd2e7830394467d5f6cf546ab453f9657b69) Git Hash: 9a972281e7f1fbd3b1ecf9c5d5bad8880227f0ff Git Author: donner@FreeBSD.org END