@@ -23,18 +23,18 @@ type TunOption struct {
23
23
GSOMaxSize uint32 `inbound:"gso-max-size,omitempty"`
24
24
Inet4Address []string `inbound:"inet4-address,omitempty"`
25
25
Inet6Address []string `inbound:"inet6-address,omitempty"`
26
- IPRoute2TableIndex int `inbound:"iproute2-table-index"`
27
- IPRoute2RuleIndex int `inbound:"iproute2-rule-index"`
28
- AutoRedirect bool `inbound:"auto-redirect"`
29
- AutoRedirectInputMark uint32 `inbound:"auto-redirect-input-mark"`
30
- AutoRedirectOutputMark uint32 `inbound:"auto-redirect-output-mark"`
26
+ IPRoute2TableIndex int `inbound:"iproute2-table-index,omitempty "`
27
+ IPRoute2RuleIndex int `inbound:"iproute2-rule-index,omitempty "`
28
+ AutoRedirect bool `inbound:"auto-redirect,omitempty "`
29
+ AutoRedirectInputMark uint32 `inbound:"auto-redirect-input-mark,omitempty "`
30
+ AutoRedirectOutputMark uint32 `inbound:"auto-redirect-output-mark,omitempty "`
31
31
StrictRoute bool `inbound:"strict-route,omitempty"`
32
- RouteAddress []string `inbound:"route-address"`
33
- RouteAddressSet []string `inbound:"route-address-set"`
34
- RouteExcludeAddress []string `inbound:"route-exclude-address"`
35
- RouteExcludeAddressSet []string `inbound:"route-exclude-address-set"`
32
+ RouteAddress []string `inbound:"route-address,omitempty "`
33
+ RouteAddressSet []string `inbound:"route-address-set,omitempty "`
34
+ RouteExcludeAddress []string `inbound:"route-exclude-address,omitempty "`
35
+ RouteExcludeAddressSet []string `inbound:"route-exclude-address-set,omitempty "`
36
36
IncludeInterface []string `inbound:"include-interface,omitempty"`
37
- ExcludeInterface []string `inbound:"exclude-interface"`
37
+ ExcludeInterface []string `inbound:"exclude-interface,omitempty "`
38
38
IncludeUID []uint32 `inbound:"include-uid,omitempty"`
39
39
IncludeUIDRange []string `inbound:"include-uid-range,omitempty"`
40
40
ExcludeUID []uint32 `inbound:"exclude-uid,omitempty"`
0 commit comments