File: devmodules.rst.txt

package info (click to toggle)
pyroute2 0.5.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,220 kB
  • sloc: python: 31,916; javascript: 8,256; ansic: 81; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. devmodules:

Modules in progress
===================

There are several modules in the very initial development
state, and the help with them will be particularly
valuable. You are more than just welcome to help with:

.. automodule:: pyroute2.ipset
    :members:

.. automodule:: pyroute2.iwutil
    :members:

Network settings daemon -- pyrouted
-----------------------------------

Pyrouted is a standalone project of a system service, that
utilizes the `pyroute2` library. It consists of a daemon
controlled by `systemd` and a CLI utility that communicates
with the daemon via UNIX socket.

* home: https://github.com/svinota/pyrouted
* bugs: https://github.com/svinota/pyrouted/issues
* pypi: https://pypi.python.org/pypi/pyrouted

It is an extremely simple and basic network interface setup
tool.