forked from extern/shorewall_code
Minor cleanup of UPnP support
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2032 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c5949a0119
commit
af35f458f4
@ -6431,9 +6431,7 @@ activate_rules()
|
||||
# are inserted before jumps to one-to-one NAT chains.
|
||||
#
|
||||
addrulejump() # $1 = BUILTIN chain, $2 = user chain, $3 - * other arguments
|
||||
{ interfaces=$(find_interfaces_by_option upnp)
|
||||
|
||||
|
||||
{
|
||||
local sourcechain=$1 destchain=$2
|
||||
shift
|
||||
shift
|
||||
@ -6743,7 +6741,6 @@ define_firewall() # $1 = Command (Start or Restart)
|
||||
|
||||
echo "Initializing..."; initialize_netfilter
|
||||
echo "Configuring Proxy ARP"; setup_proxy_arp
|
||||
|
||||
echo "Setting up NAT..."; setup_nat
|
||||
echo "Setting up NETMAP..."; setup_netmap
|
||||
echo "Adding Common Rules"; add_common_rules
|
||||
|
@ -15,7 +15,7 @@ New Features in version 2.2.4
|
||||
WARNING: From a security architecture viewpoint, UPnP is a
|
||||
disaster. It assumes that:
|
||||
|
||||
a) All local systems and their users are complete
|
||||
a) All local systems and their users are completely
|
||||
trustworthy.
|
||||
|
||||
b) No local system is infected with any worm or trojan.
|
||||
@ -27,7 +27,11 @@ New Features in version 2.2.4
|
||||
|
||||
In short: USE UPnP AT YOUR OWN RISK.
|
||||
|
||||
WARNING: Building and installing linux-igd is not for the faint of
|
||||
WARNING: The linux-igd project appears to be inactive and the web
|
||||
site does not display correctly on any open source browser
|
||||
that I've tried.
|
||||
|
||||
Building and installing linux-igd is not for the faint of
|
||||
heart. You must download the source from the CVS and be
|
||||
prepared to do quite a bit of fiddling with the include
|
||||
files from libupnp (which is required to build and/or run
|
||||
|
Loading…
Reference in New Issue
Block a user