| Class | Symbiosis::Firewall::Directory |
| In: |
firewall/lib/symbiosis/firewall/directory.rb
|
| Parent: | Object |
This is a superclass that is inherited by Symbiosis::Firewall::IPListDirectory and Symbiosis::Firewall::TemplateDirectory. It represents a directory, like incoming.d, blacklist.d, etc.
| chain | [R] | |
| default | [R] | |
| direction | [R] | |
| path | [R] |
| path: | directory where the rules are |
| direction: | either incoming or outgoing |
| chain: | Specify the rules go in the chain of this name. This can be nil, in which case, INPUT or OUTPUT is chosen based on direction. |