coredns/plugin/pkg/proxy
Chris O'Haver 604a902e2c
plugin/forward: Continue waiting after receiving malformed responses (#6014)
* forward: continue waiting after malformed responses

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* add test

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* fix test

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* clean up

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* clean up

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* move test to /test/. Add build tag.

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* install libpcap-dev for e2e tests

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* sudo the test

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* remove stray err check

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* disable the test

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* use -exec flag to run test binary as root

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* run new test by itself in a new workflow

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* fix test name

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* only for udp

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* remove libpcap test workflow action

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* remove test, since it cant run in ci

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* and remove gopacket package

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2023-04-29 11:52:00 +02:00
..
connect.go plugin/forward: Continue waiting after receiving malformed responses (#6014) 2023-04-29 11:52:00 +02:00
errors.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00
health.go Prevent fail counter of a proxy overflows (#5990) 2023-04-16 16:08:56 +02:00
health_test.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00
metrics.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00
persistent.go fix some comments (#6052) 2023-04-25 11:25:07 -04:00
persistent_test.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00
proxy.go Prevent fail counter of a proxy overflows (#5990) 2023-04-16 16:08:56 +02:00
proxy_test.go Prevent fail counter of a proxy overflows (#5990) 2023-04-16 16:08:56 +02:00
type.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00