network: fix ip=ibft regression
authorChris Leech <cleech@redhat.com>
Wed, 5 Sep 2012 23:54:04 +0000 (16:54 -0700)
committerHarald Hoyer <harald@redhat.com>
Thu, 6 Sep 2012 10:18:06 +0000 (12:18 +0200)
commitd672bf167c08fa8d12cee0616df781fbba5ad3b0
treebe1d9c3f16608717c51224bffd176d18bab510e5
parentea627292383a893062f64c1c949a102d56fac4e5
network: fix ip=ibft regression

It looks like ip=ibft has been busted since
  25aa3c5 network: refactor stuff from netroot/parse-ip-opts to net-lib
which moved ibft parsing code out to the ibft_to_cmdline function.

The use of ifname_mac was partially replaced by a local mac, but not
completely, causing ibft_to_cmdline to abort without generating network
configuration options.

Signed-off-by: Chris Leech <cleech@redhat.com>
modules.d/40network/net-lib.sh