From 20091c911e2b0acf2a2bdfd09ea3ba1ba9352ace Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 23 Jul 2018 16:17:12 +0200 Subject: [PATCH] TT#36755 Disable v6netmask requirement when there is v6ip This should not be a blocker for the upcoming release. We might revisit this for the next one. Change-Id: I4c34e36739d2a90b873535104ae029fed7b68cfe --- sbin/ngcp-network-validator | 3 --- 1 file changed, 3 deletions(-) diff --git a/sbin/ngcp-network-validator b/sbin/ngcp-network-validator index e8016ef4..f2811c81 100755 --- a/sbin/ngcp-network-validator +++ b/sbin/ngcp-network-validator @@ -181,9 +181,6 @@ foreach my $hostname (sort keys %{$yaml->{hosts}}) { @{$host->{$iface}->{advertised_ip}})) { $ifacemap->{mapping}->{ip}->{required} = 'yes'; } - if (defined $host->{$iface}->{v6ip}) { - $ifacemap->{mapping}->{v6netmask}->{required} = 'yes'; - } if (defined $host->{$iface}->{v6netmask} or (defined $host->{$iface}->{shared_v6ip} and @{$host->{$iface}->{shared_v6ip}})) {