Linux for Tegra (L4T) networking issues

@tomp, @stgraber – big thanks for your time spent digging in to this one, and for the detailed writeup. Understood you won’t be able to fix the custom kernel issue.

Is running in privileged mode a reasonable workaround for this issue or are other dragons lurking (at least from what you’ve seen – I know you can’t answer that question with 100% certainty)?

If so, I’ll take this back to the snapcraft discourse to work through the next round of issues with snapcraft --use-lxd with privileged containers.

Its OK to run privileged as long as you’re not running untrusted workloads and can accept the potential for escaping the container and/or possibility of influencing the host OS from the container.

If you are just using it for logical separation of workloads then that may be acceptable to you.

Cool. Thanks very much for the help.