Skip to content

Commit 25db764

Browse files
committed
fix lint error
Change-Id: I3bbd5df0fd6414b2c41f3ed240f1c1e3bcec2532
1 parent b45a430 commit 25db764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ type InterfaceConfig struct {
3333
// RouteConfig represents a network route configuration.
3434
type RouteConfig struct {
3535
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"
36+
Gateway string `json:"gateway,omitempty"` // The "gateway" address, e.g., "192.168.1.1"
3737
Source string `json:"source,omitempty"` // Optional source address for policy routing
3838
}

0 commit comments

Comments
 (0)