From 08567572793454d25f1290f905ac1ce6ff60a9fe Mon Sep 17 00:00:00 2001 From: Jianwei Hu Date: Thu, 7 Aug 2014 12:27:32 +0800 Subject: [PATCH] docs: nwfilter: add missing dscp attribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- docs/formatnwfilter.html.in | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index 7169fa972..073b852ab 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 -- 2.39.5