NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/43664
The following reply was made to PR kern/43664; it has been noted by GNATS.
From: Michael van Elst <mlelstv%serpens.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/43664
Date: Sun, 5 Jun 2011 07:51:23 +0200
pussyfoot# ifconfig lo0 mtu 100
pussyfoot# route change 127.0.0.1 -mtu 100
change host 127.0.0.1
pussyfoot# ping -s 500 127.0.0.1
PING localhost (127.0.0.1): 500 data bytes
508 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.094 ms
508 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.893 ms
tcpdump on lo0 shows the fragments:
07:47:47.010322 IP 127.0.0.1 > 127.0.0.1: ICMP echo request, id 1803, seq 20,
length 80
07:47:47.010323 IP 127.0.0.1 > 127.0.0.1: icmp
07:47:47.010323 IP 127.0.0.1 > 127.0.0.1: icmp
07:47:47.010324 IP 127.0.0.1 > 127.0.0.1: icmp
07:47:47.010324 IP 127.0.0.1 > 127.0.0.1: icmp
07:47:47.010325 IP 127.0.0.1 > 127.0.0.1: icmp
07:47:47.010325 IP 127.0.0.1 > 127.0.0.1: icmp
So -current works fine now, the PR can be closed.
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index