2014-10-09 16:02:46 -07:00
|
|
|
Documentation for the ifupdownaddons package helper modules
|
|
|
|
***********************************************************
|
|
|
|
|
|
|
|
This package contains modules that provide helper methods
|
|
|
|
for ifupdown2 addon modules to interact directly with tools
|
|
|
|
like iproute2, brctl etc.
|
|
|
|
|
|
|
|
|
|
|
|
bridgeutils
|
|
|
|
===========
|
|
|
|
|
|
|
|
Helper module to work with bridgeutil commands
|
|
|
|
|
|
|
|
.. automodule:: bridgeutils
|
|
|
|
|
|
|
|
.. autoclass:: brctl
|
|
|
|
|
2015-07-22 18:38:07 -04:00
|
|
|
bondutil
|
|
|
|
========
|
2014-10-09 16:02:46 -07:00
|
|
|
|
|
|
|
Helper module to interact with linux api to create bonds.
|
|
|
|
Currently this is via sysfs.
|
|
|
|
|
2015-07-22 18:38:07 -04:00
|
|
|
.. automodule:: bondutil
|
2014-10-09 16:02:46 -07:00
|
|
|
|
2015-07-22 18:38:07 -04:00
|
|
|
.. autoclass:: bondutil
|
2014-10-09 16:02:46 -07:00
|
|
|
|
|
|
|
dhclient
|
|
|
|
========
|
|
|
|
|
|
|
|
Helper module to interact with dhclient tools.
|
|
|
|
|
|
|
|
.. automodule:: dhclient
|
|
|
|
|
|
|
|
.. autoclass:: dhclient
|
|
|
|
|
|
|
|
iproute2
|
|
|
|
========
|
|
|
|
|
|
|
|
Helper module to interact with iproute2 tools.
|
|
|
|
|
|
|
|
.. automodule:: iproute2
|
|
|
|
|
|
|
|
.. autoclass:: iproute2
|