Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | Fix Bug 5487 http redirect url address placed on the router gets blocked by | Mohit Mehta | |
local-zone's firewall when using Zone Based Firewall * changed local zones INPUT and OUTPUT chain rules to allow all local-zone traffic on the loopback interface rather than using address 127.0.0.1 which was too restrictive and blocked certain traffic initiated from and going to local-zone itself. This is compliant with the Zone Concept and similar to what's done for other transient zones as well where rules are interface based | |||
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-10-02 | use pattern instead of exec | Mohit Mehta | |
2009-07-02 | Fix 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-17 | temporarily undo check for firewall ruleset until bug 4554 is resolved | Mohit Mehta | |
2009-06-03 | change default-policy to default-action for zones | Mohit Mehta | |
2009-05-15 | Don't advertise loopback interface as an allowed value for zone interfaces | Mohit Mehta | |
We do not have firewall under 'interface loopback' either | |||
2009-05-06 | * do silent validity check when creating zone chains and adding from zone rules | Mohit Mehta | |
2009-05-05 | * restrict zone name to 20 characters | Mohit Mehta | |
2009-04-24 | * add jump to local-zone-out chain in OUTPUT chain for both [ip and ip6] tables | Mohit 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-16 | add default-policy node for zones. can be set to drop or reject | Mohit Mehta | |
remove extraneous arguments in function calls | |||
2009-04-10 | add local-zone in|out firewall and clean-up code | Mohit Mehta | |
2009-04-07 | Add 1st pass of zone based firewall support (transit zones only for now) | Mohit Mehta | |