bridge.4 (4dcd9028a16a23e2cf1e68447ce1f2a13417e06b) | bridge.4 (e21a315ec5d2f63b0777c18fcb312064d00e4f86) |
---|---|
1.\" 2.\" $FreeBSD$ 3.\" 4.Dd September 28, 1998 5.Dt BRIDGE 4 6.Os 7.Sh NAME 8.Nm bridge --- 67 unchanged lines hidden (view full) --- 76and 77.Li fxp0 78interfaces to be bridged together, and the 79.Li fxp1 80and 81.Li de0 82interfaces to be bridged together: 83.Pp | 1.\" 2.\" $FreeBSD$ 3.\" 4.Dd September 28, 1998 5.Dt BRIDGE 4 6.Os 7.Sh NAME 8.Nm bridge --- 67 unchanged lines hidden (view full) --- 76and 77.Li fxp0 78interfaces to be bridged together, and the 79.Li fxp1 80and 81.Li de0 82interfaces to be bridged together: 83.Pp |
84.Dl "sysctl -w net.link.ether.bridge_cfg ep0:0,fxp0:0,fxp1:1,de0:1" | 84.Dl "sysctl net.link.ether.bridge_cfg ep0:0,fxp0:0,fxp1:1,de0:1" |
85.Sh BUGS 86Care must be taken not to construct loops in the 87.Nm 88topology. 89The kernel supports only a primitive form of loop detection, by disabling 90some interfaces when a loop is detected. 91No support for a daemon running the 92spanning tree algorithm is currently provided. --- 22 unchanged lines hidden --- | 85.Sh BUGS 86Care must be taken not to construct loops in the 87.Nm 88topology. 89The kernel supports only a primitive form of loop detection, by disabling 90some interfaces when a loop is detected. 91No support for a daemon running the 92spanning tree algorithm is currently provided. --- 22 unchanged lines hidden --- |