tpmr(4) connects only two ethernet ports with not much functionality, so the manpage is helpful by telling us bridge(4) as a more complete alternative. We now also have veb(4), so mention that as well.
ok? diff --git share/man/man4/tpmr.4 share/man/man4/tpmr.4 index ab9eba4cee3..de0b200d429 100644 --- share/man/man4/tpmr.4 +++ share/man/man4/tpmr.4 @@ -43,7 +43,9 @@ configuration file for .Pp Other forms of Ethernet bridging are available using the .Xr bridge 4 -driver. +Ethernet bridge driver and the +.Xr veb 4 +Virtual Ethernet Bridge device. Link aggregation of Ethernet interfaces can be achieved using the .Xr aggr 4 @@ -145,6 +147,7 @@ interfaces. .Xr bridge 4 , .Xr pf 4 , .Xr trunk 4 , +.Xr veb 4 , .Xr hostname.if 5 , .Xr ifconfig 8 , .Xr netstart 8
