diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-05 18:29:39 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-05 18:29:39 -0800 |
commit | 24631daaf1d68ebd1c8ce7973dccb8f1a89a1d6e (patch) | |
tree | b18e2714cf56e5dcbc26d61fe6711962808de5a1 /Makefile.am | |
parent | b70edadeac1f18f9887037c1772a2f88a4420027 (diff) | |
download | vyatta-op-firewall-24631daaf1d68ebd1c8ce7973dccb8f1a89a1d6e.tar.gz vyatta-op-firewall-24631daaf1d68ebd1c8ce7973dccb8f1a89a1d6e.zip |
add the following commands
'show firewall detail'
'show firewall statistics'
'clear firewall modify <fw-modify> counters'
'clear firewall modify <fw-modify> rule <rule-num> counters'
allow show command on rule 1025 for any chain
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 715355b..beb3482 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ xsldir = @XSLDIR@ xsl_DATA = -bin_SCRIPTS = scripts/firewall/vyatta-show-firewall.pl +bin_SCRIPTS = +bin_SCRIPTS += scripts/firewall/vyatta-show-firewall.pl +bin_SCRIPTS += scripts/firewall/vyatta-clear-firewall xsl_DATA += src/xsl/show_firewall_detail.xsl xsl_DATA += src/xsl/show_firewall_statistics_brief.xsl |