mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-14 17:14:45 +08:00
Fix typo
This commit is contained in:
parent
f9666c0a66
commit
4cc846a29c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ type EgressGatewayRequest struct {
|
|||
NodeID string `json:"nodeid" bson:"nodeid"`
|
||||
NetID string `json:"netid" bson:"netid"`
|
||||
RangeString string `json:"rangestring" bson:"rangestring"`
|
||||
NatEnabled bool `josn:"natEnabled" bson:"natEnabled"`
|
||||
NatEnabled bool `json:"natEnabled" bson:"natEnabled"`
|
||||
Ranges []string `json:"ranges" bson:"ranges"`
|
||||
Interface string `json:"interface" bson:"interface"`
|
||||
PostUp string `json:"postup" bson:"postup"`
|
||||
|
|
Loading…
Add table
Reference in a new issue