quattor / configuration-modules-core

Node Configuration Manager Components for Everyone
www.quattor.org
Other
6 stars 54 forks source link

ncm-network nmstate: cannot configure IPv6 #1675

Closed jouvin closed 6 days ago

jouvin commented 5 months ago

In v23.6.0 (and master modification until Jan 2024), if an interface has an IPv6 address configured, there is a message saying it is not supported. Any plan to support it? What is the workaround to configure an IPv6 address in the meantime?

aka7 commented 5 months ago

@jouvin Yes correct, that part wasn't done, left as TODO due to the urgency for us needing something working. Left for whoever hits it first :) We don't use ipv6 hence wasn't urgent fo us at the time.

we probably should create issue for following too, which we dont use but I'm sure others will need it at some point.

# TODO: ethtool settings to add in config file? setting via cmd cli working as is on dispatch.
# TODO: add aliases ip addresses
# TODO: interface and bridge_options
# TODO: veth, anymore?
jouvin commented 5 months ago

@aka7 perfectly fine with me... We have the same urgency! Just wanted to be sure there is not a showtopper...

jouvin commented 4 months ago

@all does somebody started to work on IPv6 support in nmstate. It is becoming quite critical for us as we have to upgrade several servers configured with dual stack. If nothing has been started, I may have a look but I'd prefer not to duplicate some work in progress :-)

aka7 commented 4 months ago

@jouvin we haven't done anything on ipv6 so you're welcome to start :)

aka7 commented 3 months ago

@jouvin @stdweird created this for alias interfaces, https://github.com/quattor/configuration-modules-core/issues/1686 but checking if anyone started working on this?

jouvin commented 3 months ago

@all sorry I missed the cachup meeting today, my previous meeting ended 15 mn late... On the IPv6 support, @guillaume-philippon told me today he had something almost working and was hoping to finalize it in the coming days...

Michel