I don't understand why the bonding patch for bug #213559 also breaks the way addr_pfx is set. This causes the interface to break as soon as xend is started. Here's yet another way. Which also simplifes the setting of both vars in get_ip_info() { addr_pfx=`ip -o addr show dev $1 |awk '$3=="inet"{print$4}'` gateway=`ip route show dev $1 |awk '/^default via/{print$3}'` }
Created attachment 153683 [details] Fix addr_pfx test Actually, the problem is that there is a test on the value of addr_pfx that can't handle spaces. This patch should fix the problem.
change QA contact
This report targets FC6, which is now end-of-life. Please re-test against Fedora 7 or later, and if the issue persists, open a new bug. Thanks