CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/08/24 01:40:03
Modified files: share/man/man4 : tpmr.4 Log message: Clarify that tpmr(4) does not aggregate Diff from Uwe Werler <uwe at werler dot is>, thanks. tpmr(4) is really a bridge like bridge(4) or switch(4), and not an aggregating driver like aggr(4) or trunk(4), hence "Other forms of Ethernat bridging ..." correctly implies that tpmr does indeed ethernet bridging, "Other forms of aggregation ..." implies the same way, but is misleading however, so just say "Link aggregation ...". OK jmc