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:   yamaguchi
Date:           Fri Jun  5 02:51:03 UTC 2026

Modified Files:
        src/sys/net: if_spppsubr.c if_spppvar.h

Log Message:
Remove unused if_up() code since loopback detected interface remains down

Previously, the lower layer could still trigger an if_up() even after
if_down(). However, now that if_down() completely stops the interface,
this subsequent if_up() is no longer called.


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 src/sys/net/if_spppsubr.c
cvs rdiff -u -r1.46 -r1.47 src/sys/net/if_spppvar.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