gvisor/runsc
Ian Gudger 56a6128295 Implement IP_MULTICAST_LOOP.
IP_MULTICAST_LOOP controls whether or not multicast packets sent on the default
route are looped back. In order to implement this switch, support for sending
and looping back multicast packets on the default route had to be implemented.

For now we only support IPv4 multicast.

PiperOrigin-RevId: 237534603
Change-Id: I490ac7ff8e8ebef417c7eb049a919c29d156ac1c
2019-03-08 15:49:17 -08:00
..
boot Implement IP_MULTICAST_LOOP. 2019-03-08 15:49:17 -08:00
cgroup Fix cgroup when path is relative 2019-02-25 19:21:47 -08:00
cmd gvisor/gofer: Use pivot_root instead of chroot 2019-01-31 15:19:04 -08:00
console Remove license comments 2019-01-31 11:12:53 -08:00
container Fix cgroup when path is relative 2019-02-25 19:21:47 -08:00
fsgofer Remove license comments 2019-01-31 11:12:53 -08:00
sandbox Remove license comments 2019-01-31 11:12:53 -08:00
specutils Remove license comments 2019-01-31 11:12:53 -08:00
test Fix cgroup when path is relative 2019-02-25 19:21:47 -08:00
tools/dockercfg Remove license comments 2019-01-31 11:12:53 -08:00
BUILD runsc: Pass log and config files to sandbox process by FD. 2018-09-04 20:10:01 -07:00
main.go Don't log twice to debug log when --log isn't set 2019-02-27 10:06:35 -08:00