Description of problem: in "Ethernet Device" dialog value of "Default gateway address:" field replaces value of "Subnet mask:" field Version-Release number of selected component (if applicable): system-config-network 1.5.93 Steps to Reproduce: 1.change value of "Subnet mask:" field 2.change value of "Default gateway address:" field 3.press "OK" button or open another tab 4.reopen "General" tab Actual results: value of "Subnet mask:" field replaced by value of "Default gateway address:" field Bugfix: in /usr/share/system-config-network/netconfpkg/gui/sharedtcpip.py file replace line 138: 'Netmask' : 'ipGatewayEntry', with line: 'Netmask' : 'ipNetmaskEntry',
*** This bug has been marked as a duplicate of bug 469434 ***