unet - micro network manager
Alejandro Mery <amery@geeks.cl>

`unet` aims to become a very minimal network manager for systems with
trivial network settings.

`unet`, is under the terms of GPLv3 as can be read in the COPYING file.

`unet` is supposed to be used with settings comming from the arguments
given to `linux` when loaded so it parses /proc/cmdline and checks against
/sys/class/net/$key.

where it expects to find elements like:

    iface0=dhcp

or

    iface0=ipaddr[/cidr][:gateway[:nameserver0[,nameserver1...]]

`unet` should understand BOOTIF=<hardware-address-of-boot-interface> from
PXELINUX too.

