From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29112 invoked by alias); 29 Nov 2001 18:18:32 -0000 Mailing-List: contact ecos-discuss-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 28498 invoked from network); 29 Nov 2001 18:17:13 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 18:17:13 -0000 Received: from masala.cambridge.redhat.com (masala.cambridge.redhat.com [172.16.18.66]) by executor.cambridge.redhat.com (Postfix) with ESMTP id 709E9ABB0F; Thu, 29 Nov 2001 18:17:12 +0000 (GMT) Received: (from hmt@localhost) by masala.cambridge.redhat.com (8.11.6/8.11.0) id fATIHCf17626; Thu, 29 Nov 2001 18:17:12 GMT To: , hmt@redhat.com Reply-To: , hmt@redhat.com References: From: Hugo Tyson Date: Thu, 22 Nov 2001 04:27:00 -0000 In-Reply-To: "Dan Conti"'s message of "Wed, 28 Nov 2001 14:40:41 -0800" Message-ID: X-Mailer: Gnus v5.7/Emacs 20.7 Subject: Re: [ECOS] DHCP w/ Win2K server? X-SW-Source: 2001-11/txt/msg00305.txt.bz2 "Dan Conti" writes: > Sorry, you will need to add a similar line for the RENEWING and > REBINDING cases in dhcp. > In net/tcpip/current/src/lib/dhcp_prot.c, around line 596 (in case > DHCPSTATE_REQUESTING), try adding the following line: > > set_fixed_tag( xmit, TAG_DHCP_PARM_REQ_LIST, TAG_GATEWAY, 1 ); > > to add the gateway request to the DHCP packet. Thanks folks. Shall I see to it and post a patch or will one of you come up with a complete patch including ChangeLog? - Huge From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo Tyson To: , hmt@redhat.com Subject: Re: [ECOS] DHCP w/ Win2K server? Date: Thu, 29 Nov 2001 10:18:00 -0000 Message-ID: References: X-SW-Source: 2001-11/msg00422.html Message-ID: <20011129101800.nhic2NuiqJlH5CV7tVnp-5dQKuID3XCpX89BGkeN784@z> "Dan Conti" writes: > Sorry, you will need to add a similar line for the RENEWING and > REBINDING cases in dhcp. > In net/tcpip/current/src/lib/dhcp_prot.c, around line 596 (in case > DHCPSTATE_REQUESTING), try adding the following line: > > set_fixed_tag( xmit, TAG_DHCP_PARM_REQ_LIST, TAG_GATEWAY, 1 ); > > to add the gateway request to the DHCP packet. Thanks folks. Shall I see to it and post a patch or will one of you come up with a complete patch including ChangeLog? - Huge