Age | Commit message (Collapse) | Author |
|
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
|
|
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
|
|
* use new api to get active plus committed nodes
|
|
* do not block traffic sourced from and destined to localhost
|
|
|
|
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
|
|
remove extraneous arguments in function calls
|
|
|
|
|