kubernetes/pkg/proxy/iptables
Kubernetes Submit Queue 9defe2ce99 Merge pull request #32561 from zreigz/fix-incoming-udp
Automatic merge from submit-queue

Bug fix. Incoming UDP packets not reach newly deployed services

**What this PR does / why we need it**:

Incoming UDP packets not reach newly deployed services when old connection's state in conntrack is not cleared. When a packet arrives, it will not go through NAT table again, because it is not "the first" packet. The PR fix the issue

**Which issue this PR fixes** 
Fixes #31983
xref https://github.com/docker/docker/issues/8795
2016-12-01 16:02:03 -08:00
..
BUILD Add minimum iptables sync period to the proxy, default is 2/sec 2016-11-04 00:38:35 -05:00
OWNERS Reduce to people with context 2016-11-15 08:50:14 +01:00
proxier.go Bug fix. Incoming UDP packets not reach newly deployed services 2016-12-01 08:52:30 +01:00
proxier_test.go Merge pull request #36055 from m1093782566/m109-fix-proxy-hasjump 2016-12-01 06:31:27 -08:00