Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: christos
Date: Sun Sep 21 15:11:53 UTC 2025
Modified Files:
src/sys/net: if_arcsubr.c if_ethersubr.c if_ieee1394subr.c if_loop.c
route.c route.h
Log Message:
Centralize all the "can't handle af%d\n", messages in one place and provide
more context. Now I get ad-nauseam:
ether_output: wm1: can't handle af18 (link: link#2)
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/net/if_arcsubr.c
cvs rdiff -u -r1.330 -r1.331 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.69 -r1.70 src/sys/net/if_ieee1394subr.c
cvs rdiff -u -r1.118 -r1.119 src/sys/net/if_loop.c
cvs rdiff -u -r1.239 -r1.240 src/sys/net/route.c
cvs rdiff -u -r1.134 -r1.135 src/sys/net/route.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index