From owner-freebsd-net@freebsd.org Fri Feb 9 12:26:39 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CF26F203F9 for ; Fri, 9 Feb 2018 12:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC43480EB3 for ; Fri, 9 Feb 2018 12:26:38 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4925D1B8E4 for ; Fri, 9 Feb 2018 12:26:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w19CQcaL092806 for ; Fri, 9 Feb 2018 12:26:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w19CQcge092805 for freebsd-net@FreeBSD.org; Fri, 9 Feb 2018 12:26:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 218517] ppp fails adding route with error Value too large to be stored in data type Date: Fri, 09 Feb 2018 12:26:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emikulic@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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.25 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, 09 Feb 2018 12:26:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218517 --- Comment #19 from emikulic@gmail.com --- This version kernel works: # uname -K 1003507 Log looks weird though: ppp[440]: tun0: IPV6CP: deflink: LayerUp. ppp[440]: tun0: ID0: 2 =3D socket(28, 2, 0) ppp[440]: tun0: ID0: 0 =3D ioctl(2, 2166384921, 0x7fffffffd900) ppp[440]: tun0: ID0: bug 218517: errno =3D 4 (Interrupted system call) ppp[440]: tun0: ID0: 0 =3D ioctl(2, 2156423451, 0x7fffffffd370) ppp[440]: tun0: ID0: bug 218517: errno =3D 4 (Interrupted system call) ppp[440]: tun0: ID0: 2 =3D socket(17, 3, 0) ppp[440]: tun0: ID0: -1 =3D write(2, data, 248) ppp[440]: tun0: ID0: 248 =3D write(2, data, 248) ppp[440]: tun0: ID0: 2 =3D socket(17, 3, 0) ppp[440]: tun0: ID0: -1 =3D write(2, data, 200) ppp[440]: tun0: ID0: 200 =3D write(2, data, 200) ppp[440]: tun0: ID0: 2 =3D socket(17, 3, 0) ppp[440]: tun0: ID0: -1 =3D write(2, data, 248) ppp[440]: tun0: ID0: 248 =3D write(2, data, 248) ppp[440]: tun0: ID0: 2 =3D socket(2, 2, 0) ppp[440]: tun0: ID0: 0 =3D ioctl(2, 3223349521, 0x7fffffffdd40) ppp[440]: tun0: ID0: bug 218517: errno =3D 17 (File exists) ppp[440]: tun0: ID0: 0 =3D ioctl(2, 2149607696, 0x7fffffffdd40) ppp[440]: tun0: ID0: bug 218517: errno =3D 17 (File exists) ppp[440]: tun0: IPV6CP: myaddr XXXX hisaddr =3D XXXX --=20 You are receiving this mail because: You are the assignee for the bug.=