v1.6.8
This commit is contained in:
@@ -336,6 +336,9 @@ type RecordGW struct {
|
||||
InfoVNF
|
||||
}
|
||||
|
||||
// List NATRules
|
||||
type ListNatRule []ItemNATRule
|
||||
|
||||
// NAT config
|
||||
type NATConfig struct {
|
||||
// Network mask
|
||||
@@ -345,7 +348,7 @@ type NATConfig struct {
|
||||
Network string `json:"network"`
|
||||
|
||||
// Rules
|
||||
Rules []ItemNATRule `json:"rules"`
|
||||
Rules ListNatRule `json:"rules"`
|
||||
}
|
||||
|
||||
// Main information about NAT
|
||||
|
||||
Reference in New Issue
Block a user