Module Name: src Committed By: yamaguchi Date: Fri Nov 12 05:40:44 UTC 2021
Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Fix the wrong check of interface type - lp->lp_iftype: original ifnet::if_type - lp->lp_ifp->if_type: current ifnet::if_type - always IFT_IEEE8023ADLAG To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/net/lagg/if_lagg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.