summaryrefslogtreecommitdiffstats
path: root/loader/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/net.c')
-rw-r--r--loader/net.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/net.c b/loader/net.c
index 9c6c2f59f..69f57795e 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -1257,10 +1257,6 @@ int writeEnabledNetInfo(iface_t *iface) {
fprintf(fp, "BROADCAST=%s\n", buf);
}
- /* XXX: this should not be here, but ifcfg-fedora
- * in NM does not currently read the global
- * /etc/sysconfig/network file.
- */
if (iface_have_in_addr(&iface->gateway)) {
if (inet_ntop(AF_INET, &iface->gateway, buf,
INET_ADDRSTRLEN) == NULL) {