File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func (typ RIBType) parseable() bool {
13
13
}
14
14
}
15
15
16
- // A RouteMetrics represents route metrics.
16
+ // RouteMetrics represents route metrics.
17
17
type RouteMetrics struct {
18
18
PathMTU int // path maximum transmission unit
19
19
}
@@ -30,7 +30,7 @@ func (m *RouteMessage) Sys() []Sys {
30
30
}
31
31
}
32
32
33
- // A InterfaceMetrics represents interface metrics.
33
+ // InterfaceMetrics represents interface metrics.
34
34
type InterfaceMetrics struct {
35
35
Type int // interface type
36
36
MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import "unsafe"
8
8
9
9
func (typ RIBType ) parseable () bool { return true }
10
10
11
- // A RouteMetrics represents route metrics.
11
+ // RouteMetrics represents route metrics.
12
12
type RouteMetrics struct {
13
13
PathMTU int // path maximum transmission unit
14
14
}
@@ -25,7 +25,7 @@ func (m *RouteMessage) Sys() []Sys {
25
25
}
26
26
}
27
27
28
- // A InterfaceMetrics represents interface metrics.
28
+ // InterfaceMetrics represents interface metrics.
29
29
type InterfaceMetrics struct {
30
30
Type int // interface type
31
31
MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
func (typ RIBType ) parseable () bool { return true }
13
13
14
- // A RouteMetrics represents route metrics.
14
+ // RouteMetrics represents route metrics.
15
15
type RouteMetrics struct {
16
16
PathMTU int // path maximum transmission unit
17
17
}
@@ -35,7 +35,7 @@ func (m *RouteMessage) Sys() []Sys {
35
35
}
36
36
}
37
37
38
- // A InterfaceMetrics represents interface metrics.
38
+ // InterfaceMetrics represents interface metrics.
39
39
type InterfaceMetrics struct {
40
40
Type int // interface type
41
41
MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package route
6
6
7
7
func (typ RIBType ) parseable () bool { return true }
8
8
9
- // A RouteMetrics represents route metrics.
9
+ // RouteMetrics represents route metrics.
10
10
type RouteMetrics struct {
11
11
PathMTU int // path maximum transmission unit
12
12
}
@@ -23,7 +23,7 @@ func (m *RouteMessage) Sys() []Sys {
23
23
}
24
24
}
25
25
26
- // A InterfaceMetrics represents interface metrics.
26
+ // RouteMetrics represents route metrics.
27
27
type InterfaceMetrics struct {
28
28
Type int // interface type
29
29
MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func (typ RIBType) parseable() bool {
15
15
}
16
16
}
17
17
18
- // A RouteMetrics represents route metrics.
18
+ // RouteMetrics represents route metrics.
19
19
type RouteMetrics struct {
20
20
PathMTU int // path maximum transmission unit
21
21
}
@@ -32,7 +32,7 @@ func (m *RouteMessage) Sys() []Sys {
32
32
}
33
33
}
34
34
35
- // A InterfaceMetrics represents interface metrics.
35
+ // InterfaceMetrics represents interface metrics.
36
36
type InterfaceMetrics struct {
37
37
Type int // interface type
38
38
MTU int // maximum transmission unit
You can’t perform that action at this time.
0 commit comments