We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a430 commit 25db764Copy full SHA for 25db764
pkg/apis/types.go
@@ -33,6 +33,6 @@ type InterfaceConfig struct {
33
// RouteConfig represents a network route configuration.
34
type RouteConfig struct {
35
Destination string `json:"destination,omitempty"` // e.g., "0.0.0.0/0" for default, "10.0.0.0/8"
36
- Gateway string `json:"gateway,omitempty` // The "via" address, e.g., "192.168.1.1"
+ Gateway string `json:"gateway,omitempty"` // The "gateway" address, e.g., "192.168.1.1"
37
Source string `json:"source,omitempty"` // Optional source address for policy routing
38
}
0 commit comments