[klibc] PATCH: ipconfig may accept DHCPOFFER as DHCPACK

maximilian attems maks at debian.org
Fri Jun 13 18:58:09 PDT 2008


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

happy hacking

-- 
maks



More information about the klibc mailing list