Files
kubernetes/test
Federico Paolinelli 5125f1fc31 Agnhost: make it possible to pass the addresses to listen on for udp
The current udp implementation listens on any for tcp, udp and tcp. There
are some cases where it makes sense to listen on specific addresses
(especially udp, see https://github.com/kubernetes/kubernetes/issues/95565).
This is because UDP is connectionless, and in order to conntrack to
work, the application must ensure that the src of the reply is the same
as the dest of the request. The easiest way to do that is to bind
explicitly on an ip.
Here we pass an optional parameter that contains a comma separated list
of addresses.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
2021-03-05 10:49:08 +01:00
..
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-03-04 07:54:53 +01:00
2021-02-28 15:17:29 -08:00
2021-02-23 12:28:30 -05:00