From owner-svn-src-head@freebsd.org Mon Oct 16 21:04:56 2017 Return-Path: Delivered-To: svn-src-head@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 897BEE451B5; Mon, 16 Oct 2017 21:04:56 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) (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 0C8D56D20B; Mon, 16 Oct 2017 21:04:55 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f46.google.com with SMTP id n69so18488218lfn.2; Mon, 16 Oct 2017 14:04:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=mCFp4bxaEVLul/PWDQhgFaX6hTPguol4a7rYuGQdEwc=; b=FpuOwCC4jylwH20K13+AqVdUPfjjA4qGna19F332P4/cyv6dO0OoiFh7fO90MZ5CFx Mo3oz+BMYbnzLs8fdegGviwhzJe+XY11kKaLAGkPwpBMHOCy/E9xRhe6JOXIxTJ45BRw c1HzuBhRQBxfqVANHATx5indHRntkWsLm+40CTWnKOFhIv3Gn2dascflEGgjN+/Fvz5Z 9zOzF9hUvafdYckMRUgbGsQ+7tKbQgsijvcZBv9F2ldBR7a5TZWmbtMtBQJaHnACZwTo ZtDnqTDSIQZVT6D2ZwlajbJ/inLi4EvgRTyTh5lRhaKtZ0TUPX9AWWnscILhgd/yf1Xs SJHA== X-Gm-Message-State: AMCzsaW20eKILWsnoVnI9Qp5j47kFK9DCPPYnZG9jBh7onmVnoyA6WnS QrR47d712Ms5+D4vsqNEIxRAWw== X-Google-Smtp-Source: ABhQp+Sh3m4B4RZyKIDOJESjSZYv3mC3L4cHFWwKtmVHkGvFeDOvCWOxNWpBTpcDzBpgRLn4Q0h68Q== X-Received: by 10.25.32.210 with SMTP id g201mr3588894lfg.2.1508187519299; Mon, 16 Oct 2017 13:58:39 -0700 (PDT) Received: from localhost (46-133-70-134.dialup.umc.net.ua. [46.133.70.134]) by smtp.gmail.com with ESMTPSA id l18sm51518ljb.41.2017.10.16.13.58.32 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 16 Oct 2017 13:58:38 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Alan Somers" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r324656 - head/lib/libifconfig References: <201710160654.v9G6sQmA062311@repo.freebsd.org> Date: Mon, 16 Oct 2017 23:55:51 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.15 (FreeBSD) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 21:04:56 -0000 Mon, 16 Oct 2017 19:06:55 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Alan Somers = : > On Mon, Oct 16, 2017 at 12:54 AM, Andriy Voskoboinyk = > wrote: >> Author: avos >> Date: Mon Oct 16 06:54:26 2017 >> New Revision: 324656 >> URL: https://svnweb.freebsd.org/changeset/base/324656 >> >> Log: >> libifconfig: allow to get original interface name via = >> ifconfig_get_orig_name() >> >> Uses the same method as in tools/tools/ifinfo/ifinfo.c >> (via net.link.generic sysctl). >> >> Tested with modified wlandebug(8). >> >> Differential Revision: https://reviews.freebsd.org/D12554 >> >> Modified: >> head/lib/libifconfig/libifconfig.c >> head/lib/libifconfig/libifconfig.h > > The original author of libifconfig keeps her work at Github. To > reduce divergence, we should submit changes there first, or else > convince her to start using our SVN repository. Did you at least ask > her for review? > https://github.com/savagedlight/libifconfig It was placed at https://github.com/Savagedlight/libifconfig/pull/52; should I back this change out until it will be reviewed? > > -Alan