From owner-freebsd-questions@freebsd.org Mon Dec 5 00:49:07 2016 Return-Path: Delivered-To: freebsd-questions@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 374FAC67124 for ; Mon, 5 Dec 2016 00:49:07 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) (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 F1427B0A for ; Mon, 5 Dec 2016 00:49:06 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id c4so59951966pfb.1 for ; Sun, 04 Dec 2016 16:49:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=/1hlIKeCKjkP6Fx3ttVoJEGxpvG+DOawIXFhKTzDsN0=; b=JVXYofU1NsRjIizRs7f2Z8bL6MNIbblvHMIAjEO8C9+q1H6OnnK5017ane21ly9Xrg IucVk7sgcsFZLG/k8MLPc9oFMbmbkkbAXvYjZfoyl0aKKKwGwLsssI3sdj4wCz+uxftB GB7+zP+PoplMKA9yEwUWpxh5WNHa03AIX87a7rq20AEUlVVqwoUXeUzbk4R5n/8Z6gj2 GJsxtLBMjQ2t3cXjyt6ANw4Gq6DiAZgmIbU7W79GnO4SFyZJosOZ+KnNpg1axB5XXlAZ Yx26qBcc+nH8cS5g0ibCHa6Puc53N0kHxq6dDc8HWUrryElwLdFKKIQb8nDoezIid9vc auLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=/1hlIKeCKjkP6Fx3ttVoJEGxpvG+DOawIXFhKTzDsN0=; b=exoQYhU8HZSOwS05GfVDwVGLOZRpDnYaL7XrQj+hKMQ+qznBQya4UfPgo5G0Q5pJ4k eI1AGnRDkpTiqxXAjfVwUWq5C7pPaj8pu1cmyTSxPqif6B6nRXzZuI3ILRJL8WeexDxv hCijCW4WW5CO8MS2lkvqdfFWyKSwgUsv0hoIFddz8BN9wyTRs97n9DyWV3K5EMBvgT/d eMuL/KzXkn9Sd7KWNYm2/h+2n8mvcbGgKeWIp6PGIKnD8o+K/yIaoalgBelCx4RyEan+ aw20mVg9e8Sd01hg5+HL1AhJmJakqugegUG4KVzgDi5TlpaTvZObkttmMM9QzosagyNa pjsw== X-Gm-Message-State: AKaTC03nUYOACA2RBvOCZZzQC9UO0TkTpe27yQuzfCGBrOZ5TEBacLRkJTlwoto2SSVM5Q== X-Received: by 10.99.110.10 with SMTP id j10mr96377468pgc.134.1480898946582; Sun, 04 Dec 2016 16:49:06 -0800 (PST) Received: from [192.168.1.103] ([120.29.76.121]) by smtp.googlemail.com with ESMTPSA id y15sm22501161pgc.43.2016.12.04.16.49.05 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 04 Dec 2016 16:49:06 -0800 (PST) Message-ID: <5844B981.6060307@gmail.com> Date: Mon, 05 Dec 2016 08:49:05 +0800 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Coert CC: FreeBSD Questions Mailing List Subject: Re: rename bridge or create with custom name? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 00:49:07 -0000 Coert wrote: > Hello all, > > I have a server with a lot of bridges. > When a bridge is created, it's always bridge0 bridge1 etc. > Is there a way to either rename it after creation, or create it with a > custom name? > > Kind regards, > Coert Yes you can name the bridge at creation. Read the man page for syntax.