I was reading about iproute2 [here](https://wiki.linuxfoundation.org/networking/iproute2) and I saw the following sentence:
> The /etc/net project aims to support most modern network technologies, as it doesn't use ifconfig and allows a system administrator to make use of all iproute2 features, including traffic control.
The [link provided](https://wiki.linuxfoundation.org/networking/etcnet) points to multiple pages with some configuration examples. From those examples I infer that the
/etc/net
project is mostly a set of conventions about files inside the /etc/net
directory to store and manage network configuration.
After some googling I found what it seems to be the [official website](https://en.altlinux.org/Etcnet) of the project (in russian but with an english translation). The project was created and is maintained by the team behind yet another linux distribution called Alt Linux.
So far this is what I know... but I have questions...
* Is the project abandoned? Did it ever gain any traction? Why is the Linux Foundation wiki mentioning it as if it is a big deal?
* What is exactly the problem that the project intended to solve? Is that problem solved now by another more successful project?
Asked by eciii
(253 rep)
Oct 6, 2022, 12:14 PM