diff options
| author | Radek Vykydal <rvykydal@redhat.com> | 2011-09-20 11:38:59 +0200 |
|---|---|---|
| committer | Radek Vykydal <rvykydal@redhat.com> | 2011-09-21 10:26:46 +0200 |
| commit | 6f44854ccb15b947803c9d64f54740cd2d2b5062 (patch) | |
| tree | 1acdb16722ccf91da39b96e70fa5571e7948f440 /widgets/python | |
| parent | 1cc428a148be1796c1d050a2203e99c6d313519a (diff) | |
Do not reactivate network device needlessly on s390 (#739846)
On s390, the device is activated when NM is started due to ifcfg file
generated by linuxrc.390. There is no need to reactivate it with
the same parameters (it would even lead to fail).
This condition (2nd part) from kickstartNetworkUp was causing
(or perhaps to put it better - not preventing) the ractivation in
case of already having been connected:
if ((is_nm_connected() == TRUE) &&
(loaderData->netDev != NULL) && (loaderData->netDev_set == 1))
return 0;
To satisfy it, just set the values properly in readNetInfo (the patch).
Diffstat (limited to 'widgets/python')
0 files changed, 0 insertions, 0 deletions
