|
@@ -61,6 +61,9 @@ definitions:
|
|
endpointip:
|
|
endpointip:
|
|
type: string
|
|
type: string
|
|
x-go-name: EndpointIP
|
|
x-go-name: EndpointIP
|
|
|
|
+ endpointipv6:
|
|
|
|
+ type: string
|
|
|
|
+ x-go-name: EndpointIPv6
|
|
firewallinuse:
|
|
firewallinuse:
|
|
type: string
|
|
type: string
|
|
x-go-name: FirewallInUse
|
|
x-go-name: FirewallInUse
|
|
@@ -374,6 +377,8 @@ definitions:
|
|
x-go-name: EgressRanges
|
|
x-go-name: EgressRanges
|
|
node_addr:
|
|
node_addr:
|
|
$ref: '#/definitions/IPNet'
|
|
$ref: '#/definitions/IPNet'
|
|
|
|
+ node_addr6:
|
|
|
|
+ $ref: '#/definitions/IPNet'
|
|
type: object
|
|
type: object
|
|
x-go-package: github.com/gravitl/netmaker/models
|
|
x-go-package: github.com/gravitl/netmaker/models
|
|
EnrollmentKey:
|
|
EnrollmentKey:
|
|
@@ -522,6 +527,9 @@ definitions:
|
|
endpointip:
|
|
endpointip:
|
|
type: string
|
|
type: string
|
|
x-go-name: EndpointIP
|
|
x-go-name: EndpointIP
|
|
|
|
+ endpointipv6:
|
|
|
|
+ type: string
|
|
|
|
+ x-go-name: EndpointIPv6
|
|
firewallinuse:
|
|
firewallinuse:
|
|
type: string
|
|
type: string
|
|
x-go-name: FirewallInUse
|
|
x-go-name: FirewallInUse
|