From owner-svn-src-all@FreeBSD.ORG Fri Jul 18 14:35:35 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00A42A87; Fri, 18 Jul 2014 14:35:34 +0000 (UTC) Received: from mail-oa0-x22f.google.com (mail-oa0-x22f.google.com [IPv6:2607:f8b0:4003:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99E4C2AF7; Fri, 18 Jul 2014 14:35:34 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id g18so3334290oah.6 for ; Fri, 18 Jul 2014 07:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GzKUBMogl0J24kqIME4NARpy61gFRaffNMo9srHjQNQ=; b=U+OAG8Kv4mjMrw2XSB7ZnbpRmlmTHXbKGbbxfIfeEhZjRb3Lo3wkDZ/mCvNqpChb9K 08nGZkWDJMLlbJZQ4jPAmXzicxyoIwVYftJRhoaUYAf+CxwIGPST1NIzZ+CKxYePkWFd bPV22hkK242tJGoilOGcvY39SULzUn2PZnsT/wFEP3ZX78ukrJvrwEZyfDTmXlZ6LABE 0zlr2UAncZylFJuez6CTduQU8PaNsbaEDFdRDonOfve6Lsx2hWqTkh8p3Vbqa60s/vCS 3JMpKWLADXT9lzbVtsakt+9jjKDGWcDSLBM0GdKpVycMA6SlSFuuqRDcgucdb1orGqAz AGwA== MIME-Version: 1.0 X-Received: by 10.182.87.9 with SMTP id t9mr7588333obz.72.1405694133926; Fri, 18 Jul 2014 07:35:33 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Fri, 18 Jul 2014 07:35:33 -0700 (PDT) In-Reply-To: <201407180648.s6I6m2U7075749@svn.freebsd.org> References: <201407180648.s6I6m2U7075749@svn.freebsd.org> Date: Fri, 18 Jul 2014 10:35:33 -0400 Message-ID: Subject: Re: svn commit: r268827 - head/usr.sbin/ndp From: Benjamin Kaduk To: Peter Wemm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 14:35:35 -0000 On Fri, Jul 18, 2014 at 2:48 AM, Peter Wemm wrote: > Author: peter > Date: Fri Jul 18 06:48:02 2014 > New Revision: 268827 > URL: http://svnweb.freebsd.org/changeset/base/268827 > > Log: > Fix "ndp -d hostname". > > MFC? -Ben