mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
This is the next generation ifupdown from Cumulus Networks (now NVIDIA). The idea is to use this to set up everything port/lag/vlan/interface related in the system. This first import uses the kkit branch from the KernelKit fork, becuase of, amongst other things, integration problems with upstream packages. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
config BR2_PACKAGE_IFUPDOWN2
|
|
bool "ifupdown2"
|
|
select BR2_PACKAGE_IPROUTE2
|
|
select BR2_PACKAGE_PYTHON3 # need, e.g., xml
|
|
select BR2_PACKAGE_PYTHON_MAKO # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
help
|
|
Second generation high level tools to configure network interfaces.
|
|
|
|
https://github.com/CumulusNetworks/ifupdown2/
|