rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.03k stars 285 forks source link

Enable UDP protocol in iptable scanning #7762

Open Nino-K opened 1 week ago

Nino-K commented 1 week ago

As of this PR we have enabled iptables scanning for some of the entries in CNI-DN. However, using the lima's iptable's scanning code it can only return a boolean for TCP as discussed here.. As part of this issue, we should investigate how the entries in CNI-DN are created and how to enable UDP since the current condition only checks for TCP.