networkservice
Modules | Classes
Implementation
Collaboration diagram for Implementation:

Modules

 Helper
 

Classes

class  service::plugins::config::Config
 Load the provided configuration file. More...
 
class  service::plugins::firewall::Rule
 Represents a single firewall rule. More...
 
class  service::plugins::firewall::RuleFactory
 A factory class to help creating firewalling rules. More...
 
class  service::plugins::logger::Logger
 Print logs to help understanding what the service is doing. More...
 
class  service::plugins::network::interface::Interface
 Helper class to handle "interface commands". More...
 
class  service::plugins::network::layer::Layer
 Helper class to handle "layer commands". More...
 
class  service::plugins::network::Network
 Configure the network (enable network interfaces, set IP addresses, add new network interfaces, ...) More...
 

Detailed Description

This group is composed of low level details the core service should not be aware of. Indeed, here are implemented all abstract classes described in Abstraction.