CVS log for src/sbin/ifconfig/lagg.c
Up to [cvs.NetBSD.org] / src / sbin / ifconfig
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 9 08:53:08 2024 UTC (7 months, 3 weeks ago) by yamaguchi
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +20 -17
lines
lagg(4): allocate memory for struct lagg_req by calloc(3)
to fix build error on clang
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 8 00:50:49 2024 UTC (7 months, 3 weeks ago) by yamaguchi
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
lagg(4): fix missing initialization of the number of array
pointed out by martin@, thanks.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 4 08:01:55 2024 UTC (8 months ago) by yamaguchi
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
ifconfig: remove optional space
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 4 07:55:32 2024 UTC (8 months ago) by yamaguchi
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -8
lines
lagg(4): use flexible array member
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 12 16:45:00 2023 UTC (11 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +20 -12
lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 6 05:57:39 2023 UTC (11 months, 4 weeks ago) by yamaguchi
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +20 -12
lines
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.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 31 01:53:22 2022 UTC (2 years, 8 months ago) by yamaguchi
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RC1
Branch point for: netbsd-10
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Change error code to ENOBUFS on lack of buffer memory
pointed out by k-goda@IIJ
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 21 03:14:40 2021 UTC (3 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
fix proplib deprecation
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon May 31 22:15:08 2021 UTC (3 years, 6 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +676 -0
lines
sync with head
Revision 1.1.2.1
Mon May 17 04:07:42 2021 UTC (3 years, 6 months ago) by cjep
Branches: cjep_staticlib_x
FILE REMOVED
Changes since revision 1.1: +0 -676
lines
file lagg.c was added on branch cjep_staticlib_x on 2021-05-31 22:15:08 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 17 04:07:42 2021 UTC (3 years, 6 months ago) by yamaguchi
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Branch point for: cjep_staticlib_x
Add a new link-aggregation pseudo interface named lagg(4)
- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable
CVSweb <webmaster@jp.NetBSD.org>