From owner-freebsd-embedded@FreeBSD.ORG Tue Dec 13 01:41:50 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F99E1065672 for ; Tue, 13 Dec 2011 01:41:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 25D1D8FC0C for ; Tue, 13 Dec 2011 01:41:49 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so7250188vbb.13 for ; Mon, 12 Dec 2011 17:41:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=5/IYOJ4TF3KSZ5rOQ88KykzHN8odjkAvygozGa4j0F4=; b=XsGDP28HNeeqZ7Jnv1u0pO43n8S3GMqCNVS9rnaKR0rLBRXztZCc4lpmdmJLFmy5eI uv8CwV7s7W4W4qj+Mj40O+jEMzOopi5ZHe9t/xAHLdMEE7tdqNEQJP5MAjRW8v/3hM0F npWuUt1TPyVi0OEF+ayZiMxR4uw2IBSmppcLs= MIME-Version: 1.0 Received: by 10.52.90.80 with SMTP id bu16mr286890vdb.113.1323740509481; Mon, 12 Dec 2011 17:41:49 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.26.50 with HTTP; Mon, 12 Dec 2011 17:41:49 -0800 (PST) In-Reply-To: <24FB4633-B729-4582-9FF6-CA8656742985@lassitu.de> References: <68ABED76-CB1F-405A-8036-EC254F7511FA@lassitu.de> <3B3DB17D-BF87-40EE-B1C1-445F178E8844@lassitu.de> <86030CEE-6839-4B96-ACDC-2BA9AC1E4AE4@lassitu.de> <2D625CC9-A0E3-47AA-A504-CE8FB2F90245@lassitu.de> <203BF1C8-D528-40C9-8611-9C7AC7E43BAB@lassitu.de> <3C0E9CA3-E130-4E9A-ABCC-1782E28999D1@lassitu.de> <6387ABA5-AC55-49DD-9058-E45CC0A3E0A0@lassitu.de> <74E4AF57-3D22-415E-B913-176753B09B16@lassitu.de> <710E2C7A-E9AC-4103-8C61-0EDC4A3AF9DE@lassitu.de> <24FB4633-B729-4582-9FF6-CA8656742985@lassitu.de> Date: Mon, 12 Dec 2011 17:41:49 -0800 X-Google-Sender-Auth: xe62L2bzjxbhJjBNohovocKGPVk Message-ID: From: Adrian Chadd To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: TL-WR1043: switch X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 01:41:50 -0000 Hm, it seems your etherswitchcfg code is reusing code from ifconfig? Or is that code from ray? Just a nitpick, we should likely avoid that code duplication and either roll this into ifconfig, or should we just break out the ifconfig related code into a shared library and reuse that? Adrian