Up to [cvs.NetBSD.org] / src / tests / sbin / ifconfig
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 25 18:30:42 2020 UTC (8 months ago) by jruoho
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Test creating thousands of bridge(4)'s. Unlike with tap(4) (PR kern/55417), this test succeeeds. It is even possible to have the ultimate ifconfig(8) output with more than 65,000 devices.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 25 16:57:00 2020 UTC (8 months ago) by jruoho
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Instead of UINT_MAX + 2, test what is claimed.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 25 16:52:49 2020 UTC (8 months ago) by jruoho
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Actually create the tap(4) with a negative device number. Doh.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 25 15:43:26 2020 UTC (8 months ago) by jruoho
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Fix pastos.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 25 14:24:46 2020 UTC (8 months ago) by jruoho
Branch: MAIN
Add test cases for PR kern/53546 and PR kern/55417. Both are skipped as both reproduce panics.