ipv6: typo when using fixed IPv6
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user