Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   yamaguchi
Date:           Mon Apr  4 06:10:00 UTC 2022

Modified Files:
        src/sys/net: if_ethersubr.c
        src/sys/net/lagg: if_lagg.c if_lagg_lacp.c if_laggproto.h
        src/sys/rump/librump/rumpnet: net_stub.c
Removed Files:
        src/sys/net/lagg: if_laggvar.h

Log Message:
Move input processing of lagg(4) before ether_input
to get rid of dependence.

This implementation is similar with that of bridge(4).


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.45 -r1.46 src/sys/net/lagg/if_lagg.c
cvs rdiff -u -r1.22 -r1.23 src/sys/net/lagg/if_lagg_lacp.c
cvs rdiff -u -r1.15 -r1.16 src/sys/net/lagg/if_laggproto.h
cvs rdiff -u -r1.5 -r0 src/sys/net/lagg/if_laggvar.h
cvs rdiff -u -r1.48 -r1.49 src/sys/rump/librump/rumpnet/net_stub.c

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