Skip to content

Commit

Permalink
ncm-nmstate: remove confusing warning in IPv6 configuration
Browse files Browse the repository at this point in the history
Fixes #1732
  • Loading branch information
jouvin committed Nov 16, 2024
1 parent a2c2145 commit 6fc78a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ncm-network/src/main/perl/nmstate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ sub generate_nmstate_config
}
# IPv6 configuration
if ($iface->{ipv6addr}) {
$self->warn("ipv6 addr still under development");
$ifaceconfig->{ipv6}->{enabled} = $YFALSE;
my $ip_list = {};
my $ip = NetAddr::IP->new($iface->{ipv6addr});
Expand Down

0 comments on commit 6fc78a8

Please sign in to comment.