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 {
1313}
1414}
1515
16- // A RouteMetrics represents route metrics.
16+ // RouteMetrics represents route metrics.
1717type RouteMetrics struct {
1818PathMTU int // path maximum transmission unit
1919}
@@ -30,7 +30,7 @@ func (m *RouteMessage) Sys() []Sys {
3030}
3131}
3232
33- // A InterfaceMetrics represents interface metrics.
33+ // InterfaceMetrics represents interface metrics.
3434type InterfaceMetrics struct {
3535Type int // interface type
3636MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import "unsafe"
88
99func (typ RIBType ) parseable () bool { return true }
1010
11- // A RouteMetrics represents route metrics.
11+ // RouteMetrics represents route metrics.
1212type RouteMetrics struct {
1313PathMTU int // path maximum transmission unit
1414}
@@ -25,7 +25,7 @@ func (m *RouteMessage) Sys() []Sys {
2525}
2626}
2727
28- // A InterfaceMetrics represents interface metrics.
28+ // InterfaceMetrics represents interface metrics.
2929type InterfaceMetrics struct {
3030Type int // interface type
3131MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111
1212func (typ RIBType ) parseable () bool { return true }
1313
14- // A RouteMetrics represents route metrics.
14+ // RouteMetrics represents route metrics.
1515type RouteMetrics struct {
1616PathMTU int // path maximum transmission unit
1717}
@@ -35,7 +35,7 @@ func (m *RouteMessage) Sys() []Sys {
3535}
3636}
3737
38- // A InterfaceMetrics represents interface metrics.
38+ // InterfaceMetrics represents interface metrics.
3939type InterfaceMetrics struct {
4040Type int // interface type
4141MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package route
66
77func (typ RIBType ) parseable () bool { return true }
88
9- // A RouteMetrics represents route metrics.
9+ // RouteMetrics represents route metrics.
1010type RouteMetrics struct {
1111PathMTU int // path maximum transmission unit
1212}
@@ -23,7 +23,7 @@ func (m *RouteMessage) Sys() []Sys {
2323}
2424}
2525
26- // A InterfaceMetrics represents interface metrics.
26+ // RouteMetrics represents route metrics.
2727type InterfaceMetrics struct {
2828Type int // interface type
2929MTU int // maximum transmission unit
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func (typ RIBType) parseable() bool {
1515}
1616}
1717
18- // A RouteMetrics represents route metrics.
18+ // RouteMetrics represents route metrics.
1919type RouteMetrics struct {
2020PathMTU int // path maximum transmission unit
2121}
@@ -32,7 +32,7 @@ func (m *RouteMessage) Sys() []Sys {
3232}
3333}
3434
35- // A InterfaceMetrics represents interface metrics.
35+ // InterfaceMetrics represents interface metrics.
3636type InterfaceMetrics struct {
3737Type int // interface type
3838MTU int // maximum transmission unit
You can’t perform that action at this time.
0 commit comments