Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2025 17:55:23 +0100
From:      Kurt Jaeger <pi@freebsd.org>
To:        freebsd-net@freebsd.org
Subject:   which rc.conf syntax for vlans ? if.N or vlanN ?
Message-ID:  <Z5UXe2gmwuZcWfX7@fc.opsec.eu>

next in thread | raw e-mail | index | archive | help
Hi!

Until around FreeBSD 13.2, one could create vlans with this:

cloned_interfaces="vlan200"
ifconfig_vlan200="vlandev ix0 vlan 200 inet 192.168.10.1/24"

Around 14.x, this changed:

vlans_ix0="200"
ifconfig_ix0_200="inet 192.168.10.1/24"

Will both variants be supported in the future (14, 15) or is one
of them on it's way out ?

-- 
pi@FreeBSD.org         +49 171 3101372                  Now what ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Z5UXe2gmwuZcWfX7>