Hi all,
I recently started started developing the backend of simple-netaid from
scratch. There will be a lot of improvements.
You can find the project here:
https://git.devuan.org/aitor_czr/simple-netaid/tree/master/
The readme file will contain all the documentation about usage of the
CLI version of simple-netaid. The code contained
in the current status are core versions of some features of iproute2,
removing simple-netaid's dependency on the whole project.
For example, the functions of the ipaddr.c file:
https://git.devuan.org/aitor_czr/simple-netaid/blob/master/backend_src/ipaddr.c
flushes all the previous ip addresses asigned to a concrete network
interface,doing the same than:
# ip addr flush dev <device_name>
I hope to finish this work as soon as possible in order to include the
network manager in gnuinos ascii.
Cheers,
Aitor.