From owner-freebsd-stable@freebsd.org Tue May 4 13:33:02 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E90F6326A7 for ; Tue, 4 May 2021 13:33:02 +0000 (UTC) (envelope-from juraj@lutter.sk) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZLPn1bk1z3Hqd for ; Tue, 4 May 2021 13:33:00 +0000 (UTC) (envelope-from juraj@lutter.sk) Received: from smtpclient.apple (hq.bonet.sk [92.60.48.52]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 94D1F45D14F; Tue, 4 May 2021 15:32:53 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.80.0.2.43\)) Subject: Re: bhyve and multiple network devices From: Juraj Lutter In-Reply-To: <20210504132307.3kggcui5t63biqw7@mutt-hbsd> Date: Tue, 4 May 2021 15:32:53 +0200 Cc: freebsd-stable stable Content-Transfer-Encoding: quoted-printable Message-Id: <6AFCDC36-E3C0-48A4-9F3C-41B3C70402A4@lutter.sk> References: <72FC2AD5-7E59-4C3D-8E4A-19AAC6608304@lutter.sk> <20210504132307.3kggcui5t63biqw7@mutt-hbsd> To: Shawn Webb X-Mailer: Apple Mail (2.3654.80.0.2.43) X-Rspamd-Queue-Id: 4FZLPn1bk1z3Hqd X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of juraj@lutter.sk designates 92.60.51.55 as permitted sender) smtp.mailfrom=juraj@lutter.sk X-Spamd-Result: default: False [-2.70 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[92.60.51.55:from]; R_SPF_ALLOW(-0.20)[+ip4:92.60.51.55:c]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lutter.sk]; NEURAL_HAM_LONG(-1.00)[-1.000]; MID_RHS_MATCH_FROM(0.00)[]; SPAMHAUS_ZRD(0.00)[92.60.51.55:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.90)[-0.904]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:44185, ipnet:92.60.48.0/22, country:SK]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 13:33:02 -0000 > On 4 May 2021, at 15:23, Shawn Webb = wrote: >=20 > Unfortunately, bhyve doesn't support renamed tap devices. You'll need > to keep the original tapN name. >=20 > What you might want to experiment with is setting a description for > the tap device. For example: >=20 > ifconfig tapN description "private vNIC" >=20 Fair enough. Anyway, I can specify the original name while also keeping = the device in ifconfig=E2=80=99s output renamed. It works. I=E2=80=99ve been able to make a lab setup of 4x minio nodes, 1x frr = router, all routed with BGP+ECMP. otis =E2=80=94 Juraj Lutter otis@FreeBSD.org