The NetBSD Project

CVS log for src/tests/net/net/t_mtudisc.sh

[BACK] Up to [cvs.NetBSD.org] / src / tests / net / net

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Sun May 21 18:01:38 2023 UTC (10 months, 4 weeks ago) by andvar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

s/thar/that/ in comments.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 6 07:33:27 2017 UTC (7 years, 1 month ago) by ozaki-r
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-10-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, matt-nb8-mediatek-base, matt-nb8-mediatek, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1
Changes since 1.9: +31 -1 lines
Diff to previous 1.9 (colored)

Add a test case for net.inet.ip.mtudisctimeout

The test case just reproduces PR kern/52029 and needs more tests.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 16 08:12:47 2017 UTC (7 years, 2 months ago) by ozaki-r
Branch: MAIN
Changes since 1.8: +40 -46 lines
Diff to previous 1.8 (colored)

Use nc instead of ftp/httpd

ftp with rumphijack is unstable probably because ftp uses siglongjmp from
a signal hander. So stop using ftp and use nc instead. This fixes test
failures of t_mtudisc on some environments such as my development machine
(amd64) and anita on sparc64.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 21 01:16:18 2016 UTC (7 years, 3 months ago) by ozaki-r
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Suppress harmless warning message

rump.netstat: sysctlnametomib: net.inet6.udp6.pcblist: No such file or directory

Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 25 08:51:17 2016 UTC (7 years, 4 months ago) by ozaki-r
Branch: MAIN
Changes since 1.6: +8 -42 lines
Diff to previous 1.6 (colored)

Share rump_server start/stop and interface creation/destruction functions

The common functions store socks of rump_servers, interfaces of rump_servers
and buses that intefaces connect and allow to destroy them with common
functions without specifying which socks, interfaces and buses we should
destroy.

This change reduces lots of similar setup/cleanup codes.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 24 11:54:57 2016 UTC (7 years, 4 months ago) by ozaki-r
Branch: MAIN
Changes since 1.5: +9 -19 lines
Diff to previous 1.5 (colored)

Share httpd start/stop code

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 24 09:03:53 2016 UTC (7 years, 4 months ago) by ozaki-r
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Move HIJACKING definition to net_common.sh

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 24 08:52:20 2016 UTC (7 years, 4 months ago) by ozaki-r
Branch: MAIN
Changes since 1.3: +1 -17 lines
Diff to previous 1.3 (colored)

Reduce duplicate codes

Introduce net_common.sh that is to share common functions used in tests
for networking. This commit commonizes extract_new_packets. Other duplicate
codes will be moved to the file in further commits.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 7 05:25:37 2016 UTC (7 years, 5 months ago) by ozaki-r
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Accept DEBUG environment variable

By doing so, we can easily turn DEBUG on/off without modifying
the ATF scripts.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 6 02:44:48 2016 UTC (7 years, 6 months ago) by kre
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104
Branch point for: pgoyette-localcount
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)


PR bin/51532 - kill the test http server before terminating

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 4 04:15:25 2016 UTC (7 years, 6 months ago) by ozaki-r
Branch: MAIN

Add tests for sysctl net.inet.ip.mtudisc

From suzu-ken@IIJ

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>