summaryrefslogtreecommitdiffstats
path: root/loader2/net.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-30 18:46:08 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-30 18:46:08 +0000
commitf945047d9ebd0344eea76e94cb9bba81a0cec0f1 (patch)
treeb870a469a7307e79aeb49650dd848e589609677e /loader2/net.h
parent3f12e85f2b72f2f3a59b2b1672e46eb32441ab94 (diff)
downloadanaconda-f945047d9ebd0344eea76e94cb9bba81a0cec0f1.tar.gz
anaconda-f945047d9ebd0344eea76e94cb9bba81a0cec0f1.tar.xz
anaconda-f945047d9ebd0344eea76e94cb9bba81a0cec0f1.zip
More problems with memory corru���r���z]��@��Z������(:�G5S�s"����.�>�5��c��(��*�m�|[�m���d��ZZ)���wI2�tu& �>�5�zG�
emr�����E�D0�Oi)h�!�CC�����U��j1+d�R`V����� SD |���=T^s0s�.��qE������*��[,�������[%<�`�+�=G�E���|�R���/.%M���Y��P��Ne���Qn��?iQ�8Y�h�8��d{��H��AU��g�9�$�van��u�( ��\j�X��{S,4���^^ #W�J!�V�I���)�$��9*�&bL2����KYw1HWY-��g���y��i��������2_a,M1�b���)Pr}��X��ga=Ln���'��q }p~h1(;�.�S��C���y%���6U1�w�T[��>B�����\&�~Xh������)�5ption as well as some housekeeping tasks: * loader2/net.c (setupInterface): Removed and moved those two lines to the calling function (configureNetwork). * loader2/net.c (readNetConfig): Spelling error fix. Calculate IPv4 broadcast if user did a static IP config, close any possibly open dhcp_nic handle if doing a static IP config. * loader2/net.h: Removed setupInterface prototype.
Diffstat (limited to 'loader2/net.h')
-rw-r--r--loader2/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader2/net.h b/loader2/net.h
index 6d60e655d..eba629910 100644
--- a/loader2/net.h
+++ b/loader2/net.h
@@ -47,7 +47,6 @@ void setKickstartNetwork(struct loaderData_s * loaderData, int argc,
int kickstartNetworkUp(struct loaderData_s * loaderData,
struct networkDeviceConfig *netCfgPtr);
-char * setupInterface(struct networkDeviceConfig *dev);
char *doDhcp(struct networkDeviceConfig *dev);
void netlogger(void *arg, int priority, char *fmt, va_list va);