summaryrefslogtreecommitdiffstats
path: root/rules/python-routing.in
blob: 5a2c62aaadc41febe5717823cb3c20868f3ddcec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=python

config PYTHON_ROUTING
	tristate
	select HOST_CYTHON
	select PYTHON
	select LIBNL3
	select LIBNL3_ENABLE_CLI
	prompt "python-routing"
	help
	  This is yet another python binding for the libnl3. This bidning
	  was written to encompass the "route" module which isn't encompassed
	  by any other libnl3 python binding. The special route module is
	  necessary for the simpleRPL implementation.