|
networkservice
|
|
Modules | |
| Plugins | |
Classes | |
| class | service::NetworkService |
| Main class that directs operations. More... | |
The core service is one of the most important components in this project because it is responsible for loading the network configuration, setting the network up accordingly and also apply firewalling rules when relevant.
To work properly, the core service relies on low level classes which handle the implementation details (parsing, applying commands, ...).
The core service has been designed so that it does not know anything on how the work is really done below. Thus, it only depends on "stable" abstractions implemented by what are called "plugins".
1.8.13