config: Allow user to specify how IP address is used
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 25 Mar 2013 09:58:32 +0000 (11:58 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 25 Mar 2013 12:08:36 +0000 (14:08 +0200)
commitbd320a31a4939c43976726fbb201b1ad6c752b13
treed55c5c93c3a28003bf13311fc4c2f690791b8a5b
parent555f962dc5f75a9a54fa79257f348a6c46be0f5e
config: Allow user to specify how IP address is used

If IPv4 address is missing then DHCPv4 is used. If IPv6 address is missing,
then SLAAC or DHCPv6 is used. This was specified in doc/config-format.txt
but implementation was missing.

We also allow the IP address to contain "off", "dhcp" or "auto" string,
so user can specify how the IP address can be set for the interface.

Fixes BMC#25985
doc/config-format.txt
src/config.c