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.
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 inCNI-DN
are created and how to enableUDP
since the current condition only checks forTCP
.