google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Feature request: IPv6 support #8

Closed pwaller closed 8 years ago

pwaller commented 9 years ago

Is it possible we'll see IPv6 support any time soon?

amscanne commented 9 years ago

The management scripts just fire up dnsmasq, and it seems as though dnsmasq (and the guest kernel, since it's Linux) both support ipv6 already.

The only thing that's necessary to properly support ipv6 would be to parse the masks properly in novm/net.py. Seems pretty straight-forward.

pwaller commented 8 years ago

I'm not interested in following this up for now, and it seems this project is not having any development.