Skip to content

Commit

Permalink
Merge pull request #1733 from jouvin/nmstate_remove_ipv6_warning
Browse files Browse the repository at this point in the history
ncm-nmstate: remove confusing warning in IPv6 configuration
  • Loading branch information
jrha authored Nov 18, 2024
2 parents a2c2145 + 6fc78a8 commit ca08ffc
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 ca08ffc

Please sign in to comment.