@Zachary-Lowell-0 I'm on Docker 24.0.2
So I was reading through the kernel build guide, and I saw an example that enabled smsc95xx
by modifying the m005x.cfg
file (CONFIG_USB_NET_SMSC95XX=y
).
From what I can tell by reading through the IPVLAN docs, it's much the same steps to enable it (CONFIG_IPVLAN=y
or CONFIG_IPVLAN=m
). So it looks like it should be safe? Is this still something you would advise against? Also, would there be any issues with running all of the build stuff on MacOS?