File fix-snippet.dif of Package cobbler
Index: cobbler-2.2.2/snippets/SuSE/networking.xml
===================================================================
--- cobbler-2.2.2.orig/snippets/SuSE/networking.xml
+++ cobbler-2.2.2/snippets/SuSE/networking.xml
@@ -53,7 +53,7 @@
<bootproto>static</bootproto>
<device>$iface</device>
<ipaddr>$idata["ip_address"]</ipaddr>
- <netmask>$idata["subnet"]</netmask>
+ <netmask>$idata["netmask"]</netmask>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
@@ -72,7 +72,7 @@
<device>$iface</device>
<lladdr>$idata["mac_address"].lower()</lladdr>
<ipaddr>$idata["ip_address"]</ipaddr>
- <netmask>$idata["subnet"]</netmask>
+ <netmask>$idata["netmask"]</netmask>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>