
                            
                                                The core aim of this project is to allow fine grained (but extendable) configuration of the networking parameters for a network host. the project consists of:
* a cli (os-net-config) which provides configuration via a yaml or json file
  formats. by default os-net-config uses a yaml config file located at
  /etc/os-net-config/config.yaml. this can be customized via the
  --config-file cli option.
* a python library which provides configuration via an object model.
this package contains the documentation.