History log of /netbsd-current/tests/net/net/t_mtudisc.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 21-May-2023 andvar

s/thar/that/ in comments.


Revision tags: netbsd-10-base netbsd-9-3-RELEASE cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320
# 1.10 06-Mar-2017 ozaki-r

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

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


# 1.9 16-Feb-2017 ozaki-r

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 tags: bouyer-socketcan-base pgoyette-localcount-20170107
# 1.8 21-Dec-2016 ozaki-r

branches: 1.8.2;
Suppress harmless warning message

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


# 1.7 25-Nov-2016 ozaki-r

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.


# 1.6 24-Nov-2016 ozaki-r

Share httpd start/stop code


# 1.5 24-Nov-2016 ozaki-r

Move HIJACKING definition to net_common.sh


# 1.4 24-Nov-2016 ozaki-r

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.


# 1.3 07-Nov-2016 ozaki-r

Accept DEBUG environment variable

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


Revision tags: pgoyette-localcount-20161104
# 1.2 06-Oct-2016 kre

branches: 1.2.2;

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


# 1.1 04-Oct-2016 ozaki-r

Add tests for sysctl net.inet.ip.mtudisc

From suzu-ken@IIJ


# 1.10 06-Mar-2017 ozaki-r

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

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


# 1.9 16-Feb-2017 ozaki-r

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 tags: bouyer-socketcan-base pgoyette-localcount-20170107
# 1.8 21-Dec-2016 ozaki-r

Suppress harmless warning message

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


# 1.7 25-Nov-2016 ozaki-r

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.


# 1.6 24-Nov-2016 ozaki-r

Share httpd start/stop code


# 1.5 24-Nov-2016 ozaki-r

Move HIJACKING definition to net_common.sh


# 1.4 24-Nov-2016 ozaki-r

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.


# 1.3 07-Nov-2016 ozaki-r

Accept DEBUG environment variable

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


Revision tags: pgoyette-localcount-20161104
# 1.2 06-Oct-2016 kre

branches: 1.2.2;

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


# 1.1 04-Oct-2016 ozaki-r

Add tests for sysctl net.inet.ip.mtudisc

From suzu-ken@IIJ


# 1.9 16-Feb-2017 ozaki-r

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 tags: bouyer-socketcan-base pgoyette-localcount-20170107
# 1.8 21-Dec-2016 ozaki-r

Suppress harmless warning message

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


# 1.7 25-Nov-2016 ozaki-r

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.


# 1.6 24-Nov-2016 ozaki-r

Share httpd start/stop code


# 1.5 24-Nov-2016 ozaki-r

Move HIJACKING definition to net_common.sh


# 1.4 24-Nov-2016 ozaki-r

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.


# 1.3 07-Nov-2016 ozaki-r

Accept DEBUG environment variable

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


Revision tags: pgoyette-localcount-20161104
# 1.2 06-Oct-2016 kre

branches: 1.2.2;

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


# 1.1 04-Oct-2016 ozaki-r

Add tests for sysctl net.inet.ip.mtudisc

From suzu-ken@IIJ


# 1.8 21-Dec-2016 ozaki-r

Suppress harmless warning message

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


# 1.7 25-Nov-2016 ozaki-r

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.


# 1.6 24-Nov-2016 ozaki-r

Share httpd start/stop code


# 1.5 24-Nov-2016 ozaki-r

Move HIJACKING definition to net_common.sh


# 1.4 24-Nov-2016 ozaki-r

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.


# 1.3 07-Nov-2016 ozaki-r

Accept DEBUG environment variable

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


Revision tags: pgoyette-localcount-20161104
# 1.2 06-Oct-2016 kre

branches: 1.2.2;

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


# 1.1 04-Oct-2016 ozaki-r

Add tests for sysctl net.inet.ip.mtudisc

From suzu-ken@IIJ