gvisor/runsc/test
Fabricio Voznika ea1e39a314 Resend packets back to netstack if destined to itself
Add option to redirect packet back to netstack if it's destined to itself.
This fixes the problem where connecting to the local NIC address would
not work, e.g.:
echo bar | nc -l -p 8080 &
echo foo | nc 192.168.0.2 8080

PiperOrigin-RevId: 207995083
Change-Id: I17adc2a04df48bfea711011a5df206326a1fb8ef
2018-08-08 22:03:35 -07:00
..
image Fix build break in test 2018-08-07 13:48:35 -07:00
integration Resend packets back to netstack if destined to itself 2018-08-08 22:03:35 -07:00
testutil Resend packets back to netstack if destined to itself 2018-08-08 22:03:35 -07:00
install.sh Created runsc and docker integration tests. 2018-07-11 09:37:28 -07:00