27 Nov
2007
27 Nov
'07
18:24
https://bugzilla.novell.com/show_bug.cgi?id=259698#c8 --- Comment #8 from Friedrich Lobenstock <fl@fl.priv.at> 2007-11-27 11:24:18 MST --- A short update to the add_PtProute() function when using network manager: Replace: local REAL_DEVICE=$(ifstatus $DEVICE -o rc 2>/dev/null | awk 'NR>1{exit};1 {print $1}') with: local REAL_DEVICE=$(ifstatus $DEVICE -o rc 2>/dev/null | awk '/address/ {print $1}') because the output of ifstatus is not consistent with the case when network manager is not used. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.