From: Jianwei Hu Date: Thu, 7 Aug 2014 04:27:32 +0000 (+0800) Subject: docs: nwfilter: add missing dscp attribute X-Git-Tag: v1.2.8-rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08567572793454d25f1290f905ac1ce6ff60a9fe;p=thirdparty%2Flibvirt.git docs: nwfilter: add missing dscp attribute Added attribute dscp to below supported protocols table in nwfilter docs. IPV4 (ip) TCP/UDP/SCTP (tcp/udp/sctp) ICMP (icmp) IGMP,ESP,AH,UDPLITE,'ALL' (igmp,esp,ah,udplite,all) TCP/UDP/SCTP over IPV6 (tcp-ipv6,udp-ipv6,sctp-ipv6) ICMPV6 (icmpv6) IGMP,ESP,AH,UDPLITE,'ALL' over IPv6 (igmp-ipv6,esp-ipv6,ah-ipv6,udplite-ipv6,all-ipv6) Here is a simple example: [root@localhost ~]# virsh nwfilter-dumpxml myself 7192ef51-cd50-4f14-ad7b-fa5c69ea19e3 Signed-off-by: Ján Tomko --- diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index 7169fa972a..073b852abc 100644 --- a/docs/formatnwfilter.html.in +++ b/docs/formatnwfilter.html.in @@ -1100,6 +1100,11 @@ UINT16 End of range of valid destination ports; requires protocol + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING @@ -1283,6 +1288,11 @@ UINT16 End of range of valid destination ports + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING @@ -1398,6 +1408,11 @@ UINT16 ICMP code + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING @@ -1497,6 +1512,11 @@ IP_ADDR End of range of destination IP address + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING @@ -1603,6 +1623,11 @@ UINT16 End of range of valid destination ports + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING @@ -1704,6 +1729,11 @@ UINT16 ICMPv6 code + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING @@ -1788,6 +1818,11 @@ IPV6_ADDR End of range of destination IP address + + dscp + UINT8 (0x0-0x3f, 0 - 63) + Differentiated Services Code Point + comment (Since 0.8.5) STRING