I've been made aware that it's been some time now that Flannel supports netpols through the official implementation of the Kubernetes project.
This is described in https://github.com/flannel-io/flannel/blob/master/Documentation/netpol.md
But the README doesn't advertises this.
Also, even though it's technically accurate (flannel is focused on network, true), the following sentence in the README led me to believe that flannel doesn't support netpols while in fact it does (through the official implem of external manifests, but can be enabled easily with just an option)
Flannel is focused on networking. For network policy, other projects such as Calico can be used.
I'm sure that I'm not the only one that was convinced that flannel doesn't support netpols without the use of an additional CNI plugin, and maybe a small note or clarification in the README could help.
If need be, I can provide suggestions or even a PR.