<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.nftables.org/wiki-nftables/index.php?action=history&amp;feed=atom&amp;title=Talk%3ARate_limiting_matchings</id>
	<title>Talk:Rate limiting matchings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.nftables.org/wiki-nftables/index.php?action=history&amp;feed=atom&amp;title=Talk%3ARate_limiting_matchings"/>
	<link rel="alternate" type="text/html" href="http://wiki.nftables.org/wiki-nftables/index.php?title=Talk:Rate_limiting_matchings&amp;action=history"/>
	<updated>2026-05-12T14:35:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://wiki.nftables.org/wiki-nftables/index.php?title=Talk:Rate_limiting_matchings&amp;diff=508&amp;oldid=prev</id>
		<title>Glloyd: Adding some questions on ICMP, IGMP, and rate limiting</title>
		<link rel="alternate" type="text/html" href="http://wiki.nftables.org/wiki-nftables/index.php?title=Talk:Rate_limiting_matchings&amp;diff=508&amp;oldid=prev"/>
		<updated>2020-06-16T18:51:41Z</updated>

		<summary type="html">&lt;p&gt;Adding some questions on ICMP, IGMP, and rate limiting&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;(1) I&amp;#039;m not an expert so more examples on rate-limited ICMP rules would be very helpful.&lt;br /&gt;
&lt;br /&gt;
(2) Which ICMP packet types should be allowed?  All?  Or only certain types?&lt;br /&gt;
&lt;br /&gt;
(3) Is IGMP ok to allow all packets on?&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;ve seen rules like this but I don&amp;#039;t know enough to understand what the impact would be. I also don&amp;#039;t fully understand what &amp;#039;meta l4proto&amp;#039; is doing (From ArchWiki: https://wiki.archlinux.org/index.php/Nftables)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
meta l4proto ipv6-icmp icmpv6 type { destination-unreachable, packet-too-big, time-exceeded, parameter-problem, mld-listener-query, mld-listener-report, mld-listener-reduction, nd-router-solicit, nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert, ind-neighbor-solicit, ind-neighbor-advert, mld2-listener-report } accept comment &amp;quot;Accept ICMPv6&amp;quot;&lt;br /&gt;
&lt;br /&gt;
meta l4proto icmp icmp type { destination-unreachable, router-solicitation, router-advertisement, time-exceeded, parameter-problem } accept comment &amp;quot;Accept ICMP&amp;quot;&lt;br /&gt;
&lt;br /&gt;
ip protocol igmp accept comment &amp;quot;Accept IGMP&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Glloyd</name></author>
	</entry>
</feed>