From owner-freebsd-net@FreeBSD.ORG Wed Sep 12 23:21:08 2012 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BF3D1065742; Wed, 12 Sep 2012 23:21:08 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from plsvl-mailgw-02.bluecoat.com (plsvl-mailgw-02.bluecoat.com [199.91.133.12]) by mx1.freebsd.org (Postfix) with ESMTP id 5438A8FC08; Wed, 12 Sep 2012 23:21:08 +0000 (UTC) Received: from PWSVL-EXCHTS-01.internal.cacheflow.com (unknown [10.2.2.122]) by plsvl-mailgw-02.bluecoat.com (Postfix) with ESMTP id BBB19200E8; Wed, 12 Sep 2012 16:12:49 -0700 (PDT) Received: from PWSVL-EXCMBX-03.internal.cacheflow.com ([fe80::f1c6:61a6:35aa:6971]) by PWSVL-EXCHTS-01.internal.cacheflow.com ([fe80::5c50:e2ba:8115:4223%20]) with mapi id 14.01.0289.001; Wed, 12 Sep 2012 16:12:49 -0700 From: "Li, Qing" To: Dominic Blais , Gleb Smirnoff , Vijay Singh Thread-Topic: kernel: arpresolve: can't allocate llinfo for 65.59.233.102 Thread-Index: Ac2QV9hNg6yz3+vBTKid2eQK9MzOqAAeR3oQABqzt/A= Date: Wed, 12 Sep 2012 23:12:48 +0000 Message-ID: References: <2DE61B0869B7484997BCA012845482C7EBE62DDD88@WIN2008.Domnt.abi.ca> <20120910140300.GV44854@FreeBSD.org> <2DE61B0869B7484997BCA012845482C7EBE62DDDAE@WIN2008.Domnt.abi.ca> <20120911142355.GM44854@glebius.int.ru> <2DE61B0869B7484997BCA012845482C7EBE62DDDB5@WIN2008.Domnt.abi.ca> <20120911195836.GQ44854@FreeBSD.org> <2DE61B0869B7484997BCA012845482C7EBE62DDDC6@WIN2008.Domnt.abi.ca> In-Reply-To: <2DE61B0869B7484997BCA012845482C7EBE62DDDC6@WIN2008.Domnt.abi.ca> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.2.2.106] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-net@freebsd.org" , Adrian Chadd Subject: RE: kernel: arpresolve: can't allocate llinfo for 65.59.233.102 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 23:21:08 -0000 >=20 > got message of size 184 on Wed Sep 12 00:15:49 2012 > RTM_DELETE: Delete Route: len 184, pid: 0, seq 0, errno 0, > flags: > locks: inits: > sockaddrs: > default default default ### <- This looks normal, I > usually see it when customers connect to > ### pppoe from MPD. >=20 The "default" value for the gateway refers to 0.0.0.0. You typically see such bogus route operations during DHCP initialization. I don't really see anything suspicious in the rest of the logs. --Qing