From owner-freebsd-pf@freebsd.org Mon Oct 12 09:02:16 2015 Return-Path: Delivered-To: freebsd-pf@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 973AF9D2CA4 for ; Mon, 12 Oct 2015 09:02:16 +0000 (UTC) (envelope-from milosz.kaniewski@gmail.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F00F153 for ; Mon, 12 Oct 2015 09:02:16 +0000 (UTC) (envelope-from milosz.kaniewski@gmail.com) Received: by vkaw128 with SMTP id w128so26343680vka.0 for ; Mon, 12 Oct 2015 02:02:14 -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:cc :content-type; bh=dt0ejJqFEFRdSv4mKd1W+cv53VFzH1YchkwQmpfLupg=; b=mOLXeR6ETdfLVxhC6oB+FfudcOVXCJwHS8eZscMh96ea/4zrTsXi3unV4Hy4vPwPMt wOfIx2VcgFXhho239aUFSnIOFmwh7I2TQKMPxYh3XM8G3ol8iKon2ERo3EDbsptSVHSp KRdLuiu9MdlU0mWLDPmUUARtWkYvb3/3dl0mxeZYsKJHmCSUx+oUtWGtPf+HZPRyL2+y TsY+LEszB04+f+h4/njE6uMyXlCCOhk3I9c+FPA5VTLv3Uhh+dCA0uWdN8yByCzJsA3/ yP+n5QfJVym+oJMdLRoBhk9egH7HQvp9hILe0ZRLu6dxIb/szfeGvGOAU3//ChamRgHb d8NQ== MIME-Version: 1.0 X-Received: by 10.31.183.77 with SMTP id h74mr17907786vkf.43.1444640534871; Mon, 12 Oct 2015 02:02:14 -0700 (PDT) Received: by 10.31.232.197 with HTTP; Mon, 12 Oct 2015 02:02:14 -0700 (PDT) In-Reply-To: <20151011211938.GD10055@vega.codepro.be> References: <20151011211938.GD10055@vega.codepro.be> Date: Mon, 12 Oct 2015 11:02:14 +0200 Message-ID: Subject: Re: Creating span interface using 'dup-to' option From: =?UTF-8?Q?Mi=C5=82osz_Kaniewski?= Cc: freebsd-pf@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 09:02:16 -0000 2015-10-11 23:19 GMT+02:00 Kristof Provost : > > From a quick test, yes, it looks like something's broken, or we're both > misunderstanding something. > > My system complains 'arpresolve: can't allocate llinfo for 8.8.8.8 on > vtnet1'. > I think the issue is that we still try to resolve the destination MAC on > 'em2'. > > Can you open a bug? I'll add this to my TODO list. > > Regards, > Kristof > Thank you for your response. I added bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203715 Mi=C5=82osz Kaniewski