[klibc] PATCH: ipconfig may accept DHCPOFFER as DHCPACK

H. Peter Anvin hpa at zytor.com
Sat Jun 14 12:12:34 PDT 2008


maximilian attems wrote:
> On Sat, 14 Jun 2008, Άλκης Γεωργόπουλος wrote:
> 
>> Thank you Peter,
>>
>> diff -ur ../ipconfig.old/dhcp_proto.c ./dhcp_proto.c
>> --- ../ipconfig.old/dhcp_proto.c	2008-06-14 01:52:11.000000000 +0300
>> +++ ./dhcp_proto.c	2008-06-14 02:28:32.000000000 +0300
> 
> cool thanks.
> 
> for next time do your a favour and use git directly:
> # fetch latest git repo
> git clone git://git.kernel.org/pub/scm/libs/klibc/klibc.git
> 
> # create a branch for your work
> git checkout -b ipconfig
> .. (aka hack compile test)
> # commit working stuff with signed off
> git commit -a -s
> # let recheck latest patch
> git show
> # eventually change something on the message
> git commit ammend
> # export patch for emails
> git format-patch master..ipconfig
> # send them off
> git send-email --to bla --cc bli 0001-...patch
> 

Yeah, I didn't want to go into that bit, but using git is definitely the 
easiest thing :)

	-hpa



More information about the klibc mailing list