From: Chen Hanxiao Date: Wed, 30 Oct 2013 01:11:51 +0000 (+0800) Subject: docs: fix typos in formatnwfilter X-Git-Tag: v1.1.4-rc2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d70840f68d6894bba522ddb63b03bbb784c76928;p=thirdparty%2Flibvirt.git docs: fix typos in formatnwfilter s/initated/initiated Signed-off-by: Chen Hanxiao --- diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index 5e1c6bb9b4..ec203007cb 100644 --- a/docs/formatnwfilter.html.in +++ b/docs/formatnwfilter.html.in @@ -2079,9 +2079,9 @@ To enable traffic for TCP ports 22 and 80 we will add 2 rules to enable this type of traffic. To allow the VM to send ping traffic we will add a rule for ICMP traffic. For simplicity reasons - we allow general ICMP traffic to be initated from the VM, not + we allow general ICMP traffic to be initiated from the VM, not just ICMP echo request and response messages. To then - disallow all other traffic to reach or be initated by the + disallow all other traffic to reach or be initiated by the VM we will then need to add a rule that drops all other traffic. Assuming our VM is called test and the interface we want to associate our filter with is called eth0,