Skip to content

Commit ca08ffc

Browse files
authored
Merge pull request #1733 from jouvin/nmstate_remove_ipv6_warning
ncm-nmstate: remove confusing warning in IPv6 configuration
2 parents a2c2145 + 6fc78a8 commit ca08ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ncm-network/src/main/perl/nmstate.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ sub generate_nmstate_config
502502
}
503503
# IPv6 configuration
504504
if ($iface->{ipv6addr}) {
505-
$self->warn("ipv6 addr still under development");
506505
$ifaceconfig->{ipv6}->{enabled} = $YFALSE;
507506
my $ip_list = {};
508507
my $ip = NetAddr::IP->new($iface->{ipv6addr});

0 commit comments

Comments
 (0)