> On Jan 26, 2025, at 3:19 AM, Kurt Jaeger wrote:
>
> 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"
>>
>> This is the general approach to clone create interfaces, ap
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284283
--- Comment #9 from Hyogeol Lee ---
Created attachment 256993
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256993&action=edit
BUG_DEBUG log on loading with freeze/thaw
Another workaround to avoid this problem is to use devctl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284283
--- Comment #8 from Hyogeol Lee ---
Created attachment 256992
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256992&action=edit
BUS_DEBUG log on loading
When loading witth kldload, miibus_probe() is not called when
bus_attach_ch
On Monday, January 13, 2025 6:59:20 PM UTC Mark Johnston wrote:
> On Sun, Jan 12, 2025 at 07:17:48AM +, Paul Vixie wrote:
> > On Saturday, January 11, 2025 4:51:07 PM UTC Mark Johnston wrote:
> > > On Sat, Jan 11, 2025 at 06:25:22AM +, Paul Vixie wrote:
> >
> > this is exactly my understan
Hi!
> But this no longer works with 14.2.
> If I do the same steps, the ipv6 address is not configured:
>
> vlan2000: flags=8843 metric 0 mtu 1500
>
> options=1c680703
> ether 10:70:fd:53:ed:ae
> inet 192.168.10.12 netmask 0xff00 broadcast 192.168.10.255
> ine
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"
>
> This is the general approach to clone create interfaces, applicable
> to vlan(4) but also for other driver such as gif(4)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284073
--- Comment #23 from Zhenlei Huang ---
Hi Danie, any good news ?
--
You are receiving this mail because:
You are the assignee for the bug.
> On Jan 26, 2025, at 12:55 AM, Kurt Jaeger wrote:
>
> 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"
This is the general approach to clone create interfaces, applicable
to v
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