diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-21 23:00:04 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-21 23:00:04 +0000 |
commit | 515341d1aef848dcf66d67ac3981aec221637dcb (patch) | |
tree | a0cf9819c07d0d73174fa17f9600fca84bb699c3 | |
parent | f52f470b52439b8a77f504ea769615bd0bc62b5f (diff) | |
parent | dc9989720562e5df0131986eed3e3d681616db57 (diff) |
Merge release-20200115.0-54-gdc99897 (automated)
-rw-r--r-- | pkg/abi/linux/netlink_route.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/netlink_route.go b/pkg/abi/linux/netlink_route.go index 3898d2314..0e3582ab6 100644 --- a/pkg/abi/linux/netlink_route.go +++ b/pkg/abi/linux/netlink_route.go @@ -190,7 +190,7 @@ const ( ARPHRD_LOOPBACK = 772 ) -// RouteMessage struct rtmsg, from uapi/linux/rtnetlink.h. +// RouteMessage is struct rtmsg, from uapi/linux/rtnetlink.h. type RouteMessage struct { Family uint8 DstLen uint8 |