ipv6: typo when using fixed IPv6

This commit is contained in:
Girish Ramakrishnan
2022-03-22 09:10:50 -07:00
parent 96cdaea9ce
commit b62da8ba70

View File

@@ -116,7 +116,7 @@ angular.module('Application').controller('NetworkController', ['$scope', '$locat
};
if (config.provider === 'fixed') {
config.ipv4 = $scope.ipv6Configure.newIPv4;
config.ipv6 = $scope.ipv6Configure.newIPv6;
} else if (config.provider === 'network-interface') {
config.ifname = $scope.ipv6Configure.newIfname;
}