2014-07-17 11:44:36 -07:00
|
|
|
Development Corner
|
|
|
|
==================
|
|
|
|
|
|
|
|
getting started
|
|
|
|
---------------
|
|
|
|
Unlike original ifupdown, all interface configuration is moved to external
|
|
|
|
python modules. That includes inet, inet6 and dhcp configurations.
|
|
|
|
|
|
|
|
* if you are looking at fixing bugs or adding new features to the ifupdown2
|
|
|
|
infrastructure package, pls look at the apiref, documentation and code
|
|
|
|
for python-ifupdown2
|
|
|
|
|
|
|
|
* if you are looking at developing a new module, pls look at writing a addon
|
2014-07-22 11:15:56 -07:00
|
|
|
module in the python-ifupdown2-addons documentation
|
2014-07-17 11:44:36 -07:00
|
|
|
|
|
|
|
Apiref
|
|
|
|
------
|
2014-07-22 11:15:56 -07:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
apiref.rst
|