From owner-freebsd-net@freebsd.org Fri Dec 23 10:49:47 2016 Return-Path: Delivered-To: freebsd-net@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 CA83AC8D72B for ; Fri, 23 Dec 2016 10:49:47 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: from nm32-vm7.bullet.mail.bf1.yahoo.com (nm32-vm7.bullet.mail.bf1.yahoo.com [72.30.239.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 913BEC30 for ; Fri, 23 Dec 2016 10:49:46 +0000 (UTC) (envelope-from jdison16@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1482490080; bh=CAR9SDEQLZAHEJUTfyv61tRGNCJVj6WqEMNBQsS7LcA=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=fCTviC30jyChWDSs/hUZvDt2zOp0wN4HPmMhopxJAlX56j7EhecmrLHKPCtFpdpMgpHxUGqhu3rg9yA/W73e80j6xbCQF5fRGJXztpznHwINOpl0erIYwfOaZolrEZeRY82ykXmM1ucR6QlL73lRrtXM8tMdbcua/vl8pVjR7/eE08bhLsP/dG0PNjT6L4imbMmZ26dLhfvd5/CyRFAdpHYt+1K1oR19a7IrotrSdmNtXwqE6BN/f8gsb6RKeQ9d5Ma3mRleOoSW0dBXEk5zQY7V+IJAqbnZxtFcrKIzfxb0aI2NIt8OElbwtsiTFP8vumdb34z+iPZUbL7x3vyzxg== Received: from [66.196.81.171] by nm32.bullet.mail.bf1.yahoo.com with NNFMP; 23 Dec 2016 10:48:00 -0000 Received: from [98.139.212.193] by tm17.bullet.mail.bf1.yahoo.com with NNFMP; 23 Dec 2016 10:48:00 -0000 Received: from [127.0.0.1] by omp1002.mail.bf1.yahoo.com with NNFMP; 23 Dec 2016 10:48:00 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 907737.68405.bm@omp1002.mail.bf1.yahoo.com X-YMail-OSG: 7AnCAkIVM1l_9zobf3vuNfZHXQIJj97m0Zgkh7thxVLjzBjtokv9DJKWlXkMnA. jx3ZJB5wU9Xx_1zBLUSUMoKRmVF3fqY4e36JggdpyWa_CfSDlzuFg8RfVqAkpdXtEoXsh7CePY4m 9pN734mgQOkt7TVPCHpKPC0d209qs5GEZnvEjkiGbazAzdTVscTdiWiBbnzPWEPPMMc1Q2t1t6Ej ejL9ec0VtRIzvlFB2S0eI7FZRX6uFFSbE44m.bTeyovZogrLFijfAU87U.uGUNcddTD6WhvelxSq mMJVgCZwIGC1bq3Vm8OofHgldjDV5msUyobqCTAuQLbqOIAFGDcC0h4JLIwFo2.ZTwWrjtV4C14N EJWRyOJNByoxDgO.W5KkVxxNAx082g29AVQg0M6684W77qqqRjkY4IsF9orVfivWy9kRr2e.9ZAw 2qkGkig1k_Bwywk1mM1mGOol_CweebgSpQLglZnEG0c1f3gSmFcMmoqNYVm4axXFuHjAKxMjjjbk S_xF01CuYAp0d144uoPQOnv0d9C2fWJS6gFTlt6DikjghO0_xxQjMsuW4KlzhBrFp8A-- Received: from jws400179.mail.bf2.yahoo.com by sendmailws152.mail.bf1.yahoo.com; Fri, 23 Dec 2016 10:48:00 +0000; 1482490080.533 Date: Fri, 23 Dec 2016 10:48:00 +0000 (UTC) From: John Dison Reply-To: John Dison To: "freebsd-net@freebsd.org" Message-ID: <1799694948.900229.1482490080295@mail.yahoo.com> In-Reply-To: <484245134.901856.1482481724608@mail.yahoo.com> References: <484245134.901856.1482481724608.ref@mail.yahoo.com> <484245134.901856.1482481724608@mail.yahoo.com> Subject: How to configure another loopback device? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 10:49:47 -0000 Hello, I want to configure lo1 loopback device and assign aliases to it via rc.con= f system (at boot).I also want loopback addresses to remain on lo0. What I have:ipv6_activate_all_interfaces=3D"YES"ifconfig_lo1_alias0=3D"inet= IP4/32"ifconfig_lo1_alias1=3D"inet6 IP6/128"cloned_interfaces=3D"lo1"creat= e_args_lo1=3D"inet6 auto_linklocal" As a result I have: 1) inet6 ::1 prefixlen 128 =C2=A0 is configured on lo1 (I want it to stay a= t lo0)2) IP6 alias is missing from lo1 at all I can achieve the desired configuration from command line, but I am unable = to do the same via rc.conf.=C2=A0 Any suggestions? Thanks. =20 From owner-freebsd-net@freebsd.org Fri Dec 23 13:04:52 2016 Return-Path: Delivered-To: freebsd-net@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 63B4BC8D5B3 for ; Fri, 23 Dec 2016 13:04:52 +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 52FDE1C0C for ; Fri, 23 Dec 2016 13:04:52 +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 uBND4qg0011955 for ; Fri, 23 Dec 2016 13:04:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 138046] [tcp] tcp sockets stay in SYN_SENT even after receiving RST. never time out as well. Date: Fri, 23 Dec 2016 13:04:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 8.0-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 13:04:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D138046 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tuexen@freebsd.org --- Comment #4 from Michael Tuexen --- Hi Hiren, if the response to the SYN is a pure RST (without an ACK bit set), it shoul= d be ignored. If it is a RST-ACK, it should be accepted if and only if it acks t= he SYN. This is tested in https://github.com/freebsd-net/tcp-testsuite/blob/master/state-event-engine= /rcv-rst-syn-sent/README.md and https://github.com/freebsd-net/tcp-testsuite/blob/master/state-event-engine= /rcv-rst-ack-syn-sent/README.md. I found no issues using the test scripts. Best regards Michael --=20 You are receiving this mail because: You are the assignee for the bug.=