forked from extern/shorewall_code
Define MYNET in the QOS example
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5ea78b8078
commit
e98abac706
@ -76,7 +76,11 @@
|
||||
<para>The shell variables set in the OpenWRT script are set in the
|
||||
Shorewall params file:</para>
|
||||
|
||||
<programlisting>DOWNLOAD=40000 #download speed in kbit. set xx% of real download speed
|
||||
<programlisting># local network
|
||||
|
||||
MYNET=192.168.0.0/24
|
||||
|
||||
DOWNLOAD=40000 #download speed in kbit. set xx% of real download speed
|
||||
UPLOAD=7000 # set xx% of real upload speed
|
||||
|
||||
# multiports = up to 15 ports
|
||||
|
Loading…
Reference in New Issue
Block a user