release doc update; add comments to prog.*

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9574 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2009-03-02 03:25:16 +00:00
parent cb078a416e
commit 3adff7f550
8 changed files with 74 additions and 5 deletions

View File

@ -1,3 +1,6 @@
####################################################################################
# Functions imported from /usr/share/shorewall/prog.functions
####################################################################################
#
# Clear Proxy Arp
#
@ -155,6 +158,9 @@ run_tc() {
fi
}
#
# Restore the rules generated by 'drop','reject','logdrop', etc.
#
restore_dynamic_rules() {
if [ -f ${VARDIR}/save ]; then
progress_message2 "Setting up dynamic rules..."
@ -271,3 +277,6 @@ debug_restore_input() {
esac
done
}
####################################################################################
# End of f unctions imported from /usr/share/shorewall/prog.functions
####################################################################################