summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-08-12remove usages of CLI implementation details ("node.val", etc.).An-Cheng Huang
2010-02-01use OrigValue so that this works when show command is run outside of config modeMohit Mehta
2010-02-01Fix Bug 4998 Firewall ruleset being used by IDS is reported as not appliedMohit Mehta
2009-08-10Fix 'show firewall statistics' command for protocol tcp_udpMohit Mehta
2009-08-07* Fix 'show firewall' and 'show firewall detail' commandsMohit Mehta
for firewall rulesets when protocol is tcp_udp still need to fix 'show statistics' command
2009-07-10Fix 4683: Firewall Rule number maximum 1024 reachedStig Thormodsrud
(cherry picked from commit fa6f9745d2903e9c4ec4550156053f1f42e1e143)
2009-05-06* rectify regex to search for tcp flags in iptables outputMohit Mehta
2009-05-05Fix 4367: "show firewall" returns "Use of uninitialized value..." whenStig Thormodsrud
there is a firewall rule disabled. Previous commit to enable strict uncovered a subtle bug.
2009-04-14add zone usage for firewall rulesets in show firewall commandsMohit Mehta
use strict, warnings => fix resulting warnings, errors
2009-04-09Add support for default policy in show firewall commands.Stig Thormodsrud
2009-03-05Correctly show interface assignments for rules.Bob Gilligan
Fix the code so that it correctl finds rules assigned to interfaces that are from the modify, ipv6-name and ipv6-modify firewall trees.
2009-02-12redo 'show firewall detail' outputMohit Mehta
2009-02-08split tree and chain name accuratelyMohit Mehta
2009-02-07format 'show firewall' outputMohit Mehta
2009-02-06add clear counter commands for ipv6 firewall chain/chain-ruleMohit Mehta
2009-02-05add the following commandsMohit Mehta
'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
2009-02-05set IP version to retrieve correct anywhere addressMohit Mehta
2009-02-04modify 'show firewall' hierarchy per config mode cliMohit Mehta
2009-01-22Initial support for IPv6.Bob Gilligan
2008-12-22Fix 2563: Add firewall-rule specific disable configuration parameter.Stig Thormodsrud
2008-12-18Fix 3882: ENH: Firewall: Indicate which firewall rulesets are notStig Thormodsrud
applied to any interfaces in "show firewall" output
2008-12-09Fix spelling error in Vyatta::IpTables::RuleStig Thormodsrud
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-06-04fix for bug 3061: show interface information if a "chain" is active.An-Cheng Huang
2008-02-29use exec rather than open with pathStephen Hemminger
This avoids a number of future problems with bareword filehandles. See Perl Best Practices (Chapter 10)
2008-02-21add error checking for show commandAn-Cheng Huang
2007-12-19Change firewall operational commands so that they work correctly withBob Gilligan
admin level users and "users" level users.
2007-12-17Fixed several firewall show command templates files>Bob Gilligan
2007-12-14Initial commit of operational mode templates and scripts for theBob Gilligan
firewall subsystem.