Home | History | Annotate | Download | only in ifconfig
History log of /src/sbin/ifconfig/lagg.c
RevisionDateAuthorComments
 1.8  09-Apr-2024  yamaguchi lagg(4): allocate memory for struct lagg_req by calloc(3)
to fix build error on clang
 1.7  08-Apr-2024  yamaguchi lagg(4): fix missing initialization of the number of array

pointed out by martin@, thanks.
 1.6  04-Apr-2024  yamaguchi ifconfig: remove optional space
 1.5  04-Apr-2024  yamaguchi lagg(4): use flexible array member
 1.4  06-Dec-2023  yamaguchi 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.
 1.3  31-Mar-2022  yamaguchi branches: 1.3.2;
Change error code to ENOBUFS on lack of buffer memory

pointed out by k-goda@IIJ
 1.2  21-Jun-2021  christos fix proplib deprecation
 1.1  17-May-2021  yamaguchi branches: 1.1.2;
Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable
 1.1.2.2  31-May-2021  cjep sync with head
 1.1.2.1  17-May-2021  cjep file lagg.c was added on branch cjep_staticlib_x on 2021-05-31 22:15:08 +0000
 1.3.2.1  12-Dec-2023  martin 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.

RSS XML Feed