We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2c2145 + 6fc78a8 commit ca08ffcCopy full SHA for ca08ffc
ncm-network/src/main/perl/nmstate.pm
@@ -502,7 +502,6 @@ sub generate_nmstate_config
502
}
503
# IPv6 configuration
504
if ($iface->{ipv6addr}) {
505
- $self->warn("ipv6 addr still under development");
506
$ifaceconfig->{ipv6}->{enabled} = $YFALSE;
507
my $ip_list = {};
508
my $ip = NetAddr::IP->new($iface->{ipv6addr});
0 commit comments