forked from extern/shorewall_code
Add IPv6 tcfilters file
This commit is contained in:
parent
9d9c6c4a99
commit
c44283d088
@ -498,6 +498,16 @@ if [ -z "$SPARSE" -a ! -f ${DESTDIR}/etc/shorewall6/tcdevices ]; then
|
||||
echo "TC Devices file installed as ${DESTDIR}/etc/shorewall6/tcdevices"
|
||||
fi
|
||||
|
||||
#
|
||||
# Install the tcfilters file
|
||||
#
|
||||
run_install $OWNERSHIP -m 0644 tcfilters ${DESTDIR}/usr/share/shorewall6/configfiles/tcfilters
|
||||
|
||||
if [ -z "$SPARSE" -a ! -f ${DESTDIR}/etc/shorewall6/tcfilters ]; then
|
||||
run_install $OWNERSHIP -m 0600 tcfilters ${DESTDIR}/etc/shorewall6/tcfilters
|
||||
echo "TC Filters file installed as ${DESTDIR}/etc/shorewall6/tcfilters"
|
||||
fi
|
||||
|
||||
#
|
||||
# Install the Notrack file
|
||||
#
|
||||
|
10
Shorewall6/tcfilters
Normal file
10
Shorewall6/tcfilters
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Shorewall6 version 4 - Tcfilters File
|
||||
#
|
||||
# For information about entries in this file, type "man shorewall6-tcfilters"
|
||||
#
|
||||
# See http://shorewall.net/traffic_shaping.htm for additional information.
|
||||
#
|
||||
##############################################################################################
|
||||
#INTERFACE: SOURCE DEST PROTO DEST SOURCE TOS LENGTH
|
||||
#CLASS PORT(S) PORT(S)
|
Loading…
Reference in New Issue
Block a user