From nobody Wed Apr 19 09:12:17 2023 X-Original-To: freebsd-infiniband@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Q1Zn03pshz45D24; Wed, 19 Apr 2023 09:12:20 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q1Zmz5hBMz3C8x; Wed, 19 Apr 2023 09:12:19 +0000 (UTC) (envelope-from hps@selasky.org) Authentication-Results: mx1.freebsd.org; none Received: from [10.36.2.154] (unknown [46.212.121.255]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id EF2E62600DD; Wed, 19 Apr 2023 11:12:17 +0200 (CEST) Message-ID: <8de1eb97-3040-f33e-c2ec-86e826076b7d@selasky.org> Date: Wed, 19 Apr 2023 11:12:17 +0200 List-Id: Infiniband on FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-infiniband List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-infiniband@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: Ifconfig limitations Content-Language: en-US To: =?UTF-8?Q?Mina_Gali=c4=87?= Cc: freebsd-net@freebsd.org, freebsd-infiniband@FreeBSD.org References: <2c7b7432-f7ae-67e0-87a4-e556a26d981b@selasky.org> From: Hans Petter Selasky In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Q1Zmz5hBMz3C8x X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 4/19/23 00:19, Mina Galić wrote: > Do you know how the sysctl entries interact with renaming an interface? Hi, I think there is no interaction there. We do have a sysctl_rename_oid() function, so it is technically possible. Feel free to work on it, if you find any issues! --HPS