Results 22 comments of oofnikj

> Seems useful to me. > I'm currently out-of-time but that will change in the near future. I hope it's for good reasons :)

Hi @xiaoyao9184, thanks for this PR. I will have a closer look when I have some more time to review it.

Hi @fir3drag0n, I am using IPv6 successfully without modification. Can you be more specific about the issue you are encountering?

From the logs it looks like IPv6 is configured properly on your client since a ULA prefix is assigned. Are you sure your ISP is IPv6 enabled? Upstream DNS servers...

Hi @M0E-lnx thanks for your suggestion. I did try at first to implement this project using docker-compose but there are some additional responsibilities handled by the init script (network namespace...

Hi @shivarammysore, I'm glad you found it useful. I've thought about adding a volume mount to make persistence more feasible. Perhaps I will do that in the future. Since OpenWrt...

Hi @shivarammysore, it looks like you are doing your network configuration on the host, and you want to preserve that network configuration for OpenWrt. In this case I think running...

Hi, thanks for opening this PR. I've added a couple of inline comments. I think making WAN optional and the WiFi namespace commits are unrelated issues, so it would be...

This is a great idea. I'll have to play with this when I get some time. Is there no way you can install bash? Perhaps we could use `sed` or...

Hi Paul, thanks for reaching out. Originally I did base my images on the ones you publish, but I switched to building from the rootfs tarball directly to work around...