gvisor/pkg/tcpip
gVisor bot cfd30665c1 iptables - filter packets using outgoing interface.
Enables commands with -o (--out-interface) for iptables rules.
$ iptables -A OUTPUT -o eth0 -j ACCEPT

PiperOrigin-RevId: 310642286
2020-05-08 15:44:54 -07:00
..
adapters/gonet Mark gonet_test as flaky. 2020-03-12 13:11:48 -07:00
buffer Automated rollback of changelist 308674219 2020-05-01 16:09:53 -07:00
checker Reduce flakiness in tcp_test. 2020-04-14 19:33:35 -07:00
hash/jenkins Standardize on tools directory. 2020-01-27 12:21:00 -08:00
header Send ACK to OTW SEQs/unacc ACKs in CLOSE_WAIT 2020-05-08 11:23:24 -07:00
link Automated rollback of changelist 309339316 2020-05-07 12:48:23 -07:00
network iptables - filter packets using outgoing interface. 2020-05-08 15:44:54 -07:00
ports Standardize on tools directory. 2020-01-27 12:21:00 -08:00
sample Standardize on tools directory. 2020-01-27 12:21:00 -08:00
seqnum Don't accept segments outside the receive window 2020-04-19 22:16:14 -07:00
stack iptables - filter packets using outgoing interface. 2020-05-08 15:44:54 -07:00
transport Send ACK to OTW SEQs/unacc ACKs in CLOSE_WAIT 2020-05-08 11:23:24 -07:00
BUILD Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
tcpip.go Fix data race in tcp_test. 2020-04-16 16:49:18 -07:00
tcpip_test.go Fix all printf formatting errors. 2020-04-08 10:14:34 -07:00
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Initial network namespace support. 2020-02-20 15:20:40 -08:00
timer.go Do not copy tcpip.CancellableTimer 2020-04-24 12:46:56 -07:00
timer_test.go Do not copy tcpip.CancellableTimer 2020-04-24 12:46:56 -07:00