From af6d53b47fbca66e11fd8db46c7ace9eb3319732 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 26 Feb 2008 00:09:28 +0000 Subject: [PATCH] Add 'broadcast' and 'destonly' options to shorewall-hosts(8) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8236 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-hosts.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/manpages/shorewall-hosts.xml b/manpages/shorewall-hosts.xml index 3b1c122a6..dc396fb79 100644 --- a/manpages/shorewall-hosts.xml +++ b/manpages/shorewall-hosts.xml @@ -188,13 +188,37 @@ + + broadcast + + + Used when you want to include limited broadcasts + (destination IP address 255.255.255.255) from the firewall to + this zone. Only necessary when: + + + + The network specified in the HOST(S) column does not + include 255.255.255.255. + + + + The zone does not have an entry for this interface + in shorewall-interfaces(5). + + + + + destonly - Normally used with the Multi-cast range. Specifies that - traffic will be sent to the specified net(s) but that no - traffic will be received from the net(s). + Normally used with the Multi-cast IP address range + (224.0.0.0/4). Specifies that traffic will be sent to the + specified net(s) but that no traffic will be received from the + net(s).