From 3f17a8cf24ffe96d933c188cef8f1139239ae060 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 28 Apr 2015 13:13:06 -0700 Subject: [PATCH] Update the program header information in lib.core Signed-off-by: Tom Eastep --- Shorewall/Perl/lib.core | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Shorewall/Perl/lib.core b/Shorewall/Perl/lib.core index bea71d90f..165a31aee 100644 --- a/Shorewall/Perl/lib.core +++ b/Shorewall/Perl/lib.core @@ -1,4 +1,4 @@ -# (c) 1999-2014 - Tom Eastep (teastep@shorewall.net) +# (c) 1999-2015 - Tom Eastep (teastep@shorewall.net) # # This program is part of Shorewall. # @@ -27,13 +27,24 @@ # # Commands are: # -# start Starts the firewall -# refresh Refresh the firewall -# restart Restarts the firewall -# reload Reload the firewall # clear Removes all firewall rules -# stop Stops the firewall +# disable Disable an optional interface +# down Stop an optional interface +# enable Enable an optional interface +# help Show command syntax +# reenable Disable then nable an optional +# interface +# refresh Refresh the firewall +# reload Reload the firewall +# restart Restarts the firewall +# restore Restore a saved configuration +# reset Reset byte and packet counters +# run Call a function in this program +# savesets Save the ipset contents # status Displays firewall status +# start Starts the firewall +# stop Stops the firewall +# up Start an optional interface # version Displays the version of Shorewall that # generated this program #