ui: ip6gateway is missing in createNetwork API (#5643)

This commit is contained in:
Wei Zhou 2021-10-29 18:53:50 +02:00 committed by GitHub
parent 77fb93c513
commit 269a57b94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ export default {
// IPv4 (end)
// IPv6 (begin)
if (this.isValidTextValueForKey(values, 'ip4gateway')) {
if (this.isValidTextValueForKey(values, 'ip6gateway')) {
params.ip6gateway = values.ip6gateway
}
if (this.isValidTextValueForKey(values, 'routerip')) {