From: Laine Stump Date: Thu, 21 Apr 2016 18:32:51 +0000 (-0400) Subject: docs: remove reference to non-existent "igmp-ipv6" protocol X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=81f3839f876983ac68fa65730879a21def987921;p=libvirt.git docs: remove reference to non-existent "igmp-ipv6" protocol IGMP is used on IPv4 networks tp setup multicast group memberships. On IPv6, this job is done by Multicast Listener Discovery (MLD), which uses ICMPv6 packets rather than its own IP protocol number like IGMP. The nwfilter documentation lists "igmp-ipv6" as one of the possible protocols, but this is ignored (and stripped from the xml). This patch removes that erroneous reference. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1038888 --- diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index 4a60e2ea9a..d1e5d31dff 100644 --- a/docs/formatnwfilter.html.in +++ b/docs/formatnwfilter.html.in @@ -1781,7 +1781,7 @@
IGMP, ESP, AH, UDPLITE, 'ALL' over IPv6

- Protocol ID: igmp-ipv6, esp-ipv6, ah-ipv6, udplite-ipv6, all-ipv6 + Protocol ID: esp-ipv6, ah-ipv6, udplite-ipv6, all-ipv6
Note: The chain parameter is ignored for this type of traffic and should either be omitted or set to root.