Source-Changes archive

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

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Tue Dec 12 16:45:00 UTC 2023

Modified Files:
        src/sbin/ifconfig [netbsd-10]: lagg.c
        src/sys/net/lagg [netbsd-10]: if_lagg.c

Log Message:
Pull up following revision(s) (requested by yamaguchi in ticket #491):

        sys/net/lagg/if_lagg.c: revision 1.56
        sys/net/lagg/if_lagg.c: revision 1.57
        sbin/ifconfig/lagg.c: revision 1.4

lagg(4): use sadl for lagg(4) configured by a user

lagg(4): eliminate unnecessary reset by the change of if_flags

Fix "ifconfig lagg* lagglacp -maxports" command

This command clears the setting of the maximum number of
lacp active ports. The command was accepted but it did not
work until this change.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.2.1 src/sbin/ifconfig/lagg.c
cvs rdiff -u -r1.48.4.2 -r1.48.4.3 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.




Home | Main Index | Thread Index | Old Index