This issue is defined to keep track of the investigation, feasibility, and progress on rate limit traffic using bpfilter. Design work is required before any implementation.
Allow users to rate limit specific packets, such as ip6tables -A INPUT -p icmpv6 -m limit --limit 20/m --limit-burst 3 -j ACCEPT with iptables.
See iptables and nftables documentation.
Allow users to rate limit specific packets, such as
ip6tables -A INPUT -p icmpv6 -m limit --limit 20/m --limit-burst 3 -j ACCEPTwithiptables.See iptables and nftables documentation.