gvisor/pkg/sentry/inet
gVisor bot 4a73bae269 Initial network namespace support.
TCP/IP will work with netstack networking. hostinet doesn't work, and sockets
will have the same behavior as it is now.

Before the userspace is able to create device, the default loopback device can
be used to test.

/proc/net and /sys/net will still be connected to the root network stack; this
is the same behavior now.

Issue #1833

PiperOrigin-RevId: 296309389
2020-02-20 15:20:40 -08:00
..
BUILD Initial network namespace support. 2020-02-20 15:20:40 -08:00
context.go Update package locations. 2020-01-27 15:31:32 -08:00
inet.go Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. 2020-02-04 18:05:03 -08:00
namespace.go Initial network namespace support. 2020-02-20 15:20:40 -08:00
test_stack.go Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. 2020-02-04 18:05:03 -08:00