History log of /src/tests/net/if_lagg/
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1
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


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
1.11 05-Apr-2024 yamaguchi

lagg(4) test: Fix typo and old comment


1.10 18-Oct-2023 yamaguchi

Update the test case for MTU of lag to adapt new behavior


1.9 16-Oct-2023 yamaguchi

Make the lagg interface up before change its MTU

This change is related to PR kern/57650


Revision tags: netbsd-10-base
1.8 31-Mar-2022 yamaguchi

branches: 1.8.2;
Add tests for MTU of lagg(4)


1.7 31-Mar-2022 yamaguchi

Added waiting for distributing state after attaching vlan

A lagg interface is reset on attaching vlan to enable
ETHERCAP_VLAN_MTU if the lagg I/F has it. Therefore,
it is necessary to wait for distributing.


1.6 08-Nov-2021 yamaguchi

Added tests for lagg(4) about MAC addresses


1.5 02-Nov-2021 yamaguchi

Added tests of combination of lagg(4), vlan(4), and l2tp(4)


1.4 02-Nov-2021 yamaguchi

Use IPv6 addresses, not IPv4, in combination test of IPv6, lagg and vlan


1.3 19-Oct-2021 yamaguchi

added test cases for lagg(4) on l2tp(4)


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1
1.2 25-May-2021 yamaguchi

branches: 1.2.2;
Added missing cleanup option

Fixes PR/56206


1.1 17-May-2021 yamaguchi

Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable