From owner-freebsd-bugs@freebsd.org Sat Dec 30 14:42:21 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE98DE88945 for ; Sat, 30 Dec 2017 14:42:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B334F7E970 for ; Sat, 30 Dec 2017 14:42:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUEgLwo060880 for ; Sat, 30 Dec 2017 14:42:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224730] ipfw dyn_keepalive sends a strange packet Date: Sat, 30 Dec 2017 14:42:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hossy-fbsd@hossy.flnet.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 14:42:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224730 Bug ID: 224730 Summary: ipfw dyn_keepalive sends a strange packet Product: Base System Version: 10.3-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: hossy-fbsd@hossy.flnet.org reproduce process: 1. install FreeBSD 10.3-R 2. enable ipfw # kldload ipfw # ipfw add 10 pass tcp from any to any 25 setup keep-state 3. dump loopback packets # tcpdump -i lo0 tcp 4. connect to sendmail # telnet localhost 25 5. wait about 5min. tcpdump's log: 16:06:42.945550 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [S], seq 4054001667, win 65535, options [mss 16324,nop,wscale 6,sackOK,TS v= al 2061573 ecr 0], length 0 16:06:42.945573 IP6 server.example.net.ldap > client.example.net.61971: Fla= gs [S.], seq 1721556881, ack 4054001668, win 65535, options [mss 16324,nop,wsc= ale 6,sackOK,TS val 2786106269 ecr 2061573], length 0 16:06:42.945610 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [.], ack 1, win 1274, options [nop,nop,TS val 2061573 ecr 2786106269], leng= th 0 16:06:42.945679 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [P.], seq 1:15, ack 1, win 1274, options [nop,nop,TS val 2061573 ecr 2786106269], length 14 16:06:42.945978 IP6 server.example.net.ldap > client.example.net.61971: Fla= gs [P.], seq 1:15, ack 15, win 1274, options [nop,nop,TS val 2786106269 ecr 2061573], length 14 16:06:42.946094 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [P.], seq 15:108, ack 15, win 1274, options [nop,nop,TS val 2061573 ecr 2786106269], length 93 16:06:42.946340 IP6 server.example.net.ldap > client.example.net.61971: Fla= gs [P.], seq 15:29, ack 108, win 1274, options [nop,nop,TS val 2786106269 ecr 2061573], length 14 16:06:42.946764 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [P.], seq 108:255, ack 29, win 1274, options [nop,nop,TS val 2061574 ecr 2786106269], length 147 16:06:42.947396 IP6 server.example.net.ldap > client.example.net.61971: Fla= gs [P.], seq 29:80, ack 255, win 1274, options [nop,nop,TS val 2786106270 ecr 2061574], length 51 16:06:43.047712 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [.], ack 80, win 1274, options [nop,nop,TS val 2061675 ecr 2786106270], len= gth 0 16:11:24.660499 IP6 client.example.net.61971 > server.example.net.ldap: Fla= gs [.], ack 80, win 0, length 0 16:11:24.660609 IP6 server.example.net.ldap > client.example.net.61971: Fla= gs [.], ack 255, win 1274, options [nop,nop,TS val 2786387984 ecr 2061675], le= ngth 0 l.11 [win 0, length 0] packet is strange. 1. why `win' is 0? 2. why it doesn't have timestamp? --=20 You are receiving this mail because: You are the assignee for the bug.=