You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(riklet): improve security on iptables
* Accept only external request and target TAP interfaces of microVM.
Previously we were accepting all requests and applying conntrack on
it, it was unsafe.
Signed-off-by: AlexandreBrg <burgoni@pm.me>