summaryrefslogtreecommitdiff
path: root/scripts/zone-mgmt
AgeCommit message (Collapse)Author
2009-07-02Fix Bug 4554 check for existing firewall ruleset fails when applying it to a ↵Mohit Mehta
zone during boot * use isActive to check if firewall ruleset has been succesfully committed * fix templates to fail inside an action field when a command fails
2009-06-30Fix Bug 4593 zone-policy can't be deleted if zone interfaces are bridgesMohit Mehta
* use new api to get active plus committed nodes
2009-05-15Fix Bug 4395 After local-zone is set, traffic from localhost is droppedMohit Mehta
* do not block traffic sourced from and destined to localhost
2009-05-06* do silent validity check when creating zone chains and adding from zone rulesMohit Mehta
2009-04-24* add jump to local-zone-out chain in OUTPUT chain for both [ip and ip6] tablesMohit Mehta
when traffic from local-zone filtered with firewall to a transit zone * fix case where `ls` spits out error when a firewall type is not set
2009-04-16add default-policy node for zones. can be set to drop or rejectMohit Mehta
remove extraneous arguments in function calls
2009-04-10add local-zone in|out firewall and clean-up codeMohit Mehta
2009-04-07Add 1st pass of zone based firewall support (transit zones only for now)Mohit Mehta