mirror of https://github.com/apache/cloudstack.git
ui: ip6gateway is missing in createNetwork API (#5643)
This commit is contained in:
parent
77fb93c513
commit
269a57b94b
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue