Re: Static vxlan configuration fails - probably because of wrong order in rc
Zhenlei Huang <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]> |
> On Aug 8, 2025, at 10:07 PM, Patrick M. Hausen <[email protected]> wrote: > > Hi all, > >> Am 06.08.2025 um 23:22 schrieb Patrick M. Hausen <[email protected]>: >> >> Setups I tried which do not work: >> >> ------- >> cloned_interfaces="vxlan0" >> create_args_vxlan0="vxlanid 42 vxlanlocal 192.168.5.102 vxlangroup 224.0.2.6 vxlandev ue0" >> ifconfig_vxlan0_ipv6="inet6 fd37:dedf:2418::2/64 auto_linklocal" >> ------- >> [...] > > someone hinted in the original pr that this might be due to the fact > that I am using USB ethernet which is brought up later than regular > NICs. > > I don't have much choice on an RPI CM3+, but I'll investigate in > that direction. If vxlan works in a VM with an em(4) NIC we can consider this solved. > > Sorry about the noise. Thanks for your report. The bug should definitely be fixed. There're still some pending work on vxlan(4). To be optimism, the fix should be in 15.0-RELEASE ! Best regards, Zhenlei > > Kind regards, > Patrick