diff options
author | Jianfeng Tan <henry.tjf@antfin.com> | 2019-04-18 11:41:13 +0800 |
---|---|---|
committer | Jianfeng Tan <henry.tjf@antfin.com> | 2019-10-15 16:38:40 +0000 |
commit | b94505ecc020e63a7e5cab0f1bb5ea898ea05ec5 (patch) | |
tree | 37fac549887a8c92278fbea943c2c86292f6ff01 /pkg/sentry/fs/proc/BUILD | |
parent | e3d4a6773923a884986aaa4bb272431ce27764e2 (diff) |
support /proc/net/route
This proc file reports routing information to applications inside the
container.
Signed-off-by: Jianfeng Tan <henry.tjf@antfin.com>
Change-Id: I498e47f8c4c185419befbb42d849d0b099ec71f3
Diffstat (limited to 'pkg/sentry/fs/proc/BUILD')
-rw-r--r-- | pkg/sentry/fs/proc/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/fs/proc/BUILD b/pkg/sentry/fs/proc/BUILD index 1c93e8886..c307603a6 100644 --- a/pkg/sentry/fs/proc/BUILD +++ b/pkg/sentry/fs/proc/BUILD @@ -53,6 +53,7 @@ go_library( "//pkg/sentry/usage", "//pkg/sentry/usermem", "//pkg/syserror", + "//pkg/tcpip/header", "//pkg/waiter", ], ) |