From owner-freebsd-net@FreeBSD.ORG Fri Nov 13 14:27:03 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 039A51065679 for ; Fri, 13 Nov 2009 14:27:03 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id B6F9A8FC13 for ; Fri, 13 Nov 2009 14:27:02 +0000 (UTC) Received: by ywh8 with SMTP id 8so3069983ywh.3 for ; Fri, 13 Nov 2009 06:27:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=tZ+Kdj3czgoOpQ+3YWZtRN9j6Fc6QXrln1nAbxSsa58=; b=ikjjtXRGF4gFeYUBHBGnU9QirMsLoupZJqjQMSAv/10sBoCmA91X7qWo8uXZPTeabj cgbTriOxCn5qfioG0tZLtP30FsXZDtkjY7RPQYOAR+oNHLqYwT2Ysg9nkU0IhBkWGgDq ukTNUYjqPjjsHfQfEkwEupBX4ZuZEOMYSTEyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ur4FZ8xBvWnW8NJmxjlieoKVRVeylgkFkgpM7cTLwHjHUmcPffxSiTiU6AuylfuY21 dKWFNm3Yls48d0yrLEplNS1yXB8OxPNqtmNv1nC4L9bfk+ZdPQ/eIPH6h1/zv4kN5Dbk bbIiRs6TJmiSdJpzHnSx7bgaP73HXUEBKHIYU= MIME-Version: 1.0 Received: by 10.150.236.3 with SMTP id j3mr5854160ybh.113.1258122422095; Fri, 13 Nov 2009 06:27:02 -0800 (PST) From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= Date: Fri, 13 Nov 2009 15:26:42 +0100 Message-ID: <9a542da30911130626w5f5b4d51n7dc289dcc9a0bff3@mail.gmail.com> To: freebsd-net Content-Type: text/plain; charset=ISO-8859-1 Subject: Ng_ether and its hook names. 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: Fri, 13 Nov 2009 14:27:03 -0000 Hello, is there any reason that ng_ether does not have a event handler for interface changes? I am asking this since it would be reasonable to expect that when an interface name changes or an interface disappears ng_ether does the right action of renaming the hook or removing altogether. If it is a thing to be done, who should review the patch before commit? Regards, -- Ermal