Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 25db764

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)