Description of problem: VLAN subinterfaces on Bonded interfaces are not created correctly. A misnamed file is created during interface configuration Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.create subnet with vlan tag 2.create bonded interface and associate with tagged subnet 3. deploy Actual results: a file with a name with ifcfg-.300 is created Expected results: a file with name ifcfg-bond1.300 is expected Additional info: It appears that the issue is with the line: real=`ip -o link | grep <%= interface.mac -%> | awk '{print $2;}' | sed s/:$//` in the kickstart_netwkickstart_networking_setuporking_setup template. This line expects a MAC address to be associated with an interface (and a mac is not allocated in foreman/staypuft for bonded interfaces) which results in a null value for the real variable.
*** This bug has been marked as a duplicate of bug 1162794 ***