diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-12-05 12:56:58 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-12-05 12:56:58 -1000 |
commit | 293ee1e80b1afd902f44f82c610a289bb1167b41 (patch) | |
tree | 7d994083dae38e06660c08a901d07d7fac242809 /loader/net.c | |
parent | 9fc6ccfd8495efa540a19e5a97e6be0bfd06ba41 (diff) | |
download | anaconda-293ee1e80b1afd902f44f82c610a289bb1167b41.tar.gz anaconda-293ee1e80b1afd902f44f82c610a289bb1167b41.tar.xz anaconda-293ee1e80b1afd902f44f82c610a289bb1167b41.zip |
Remove XXX comment in net.c about GATEWAY
In NetworkManager-world, we want the GATEWAY to be store per device
rather than for the entire system, so what ifcfg-fedora is reading
is the correct thing to do.
Diffstat (limited to 'loader/net.c')
-rw-r--r-- | loader/net.c | 4 |
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) { |