Re: iproute2: git pull request from debian repo.

2007-10-23 Thread Andreas Henriksson
On Tue, Oct 23, 2007 at 05:08:10PM +0200, Patrick McHardy wrote: > Andreas Henriksson wrote: > >On Tue, Oct 23, 2007 at 04:38:06PM +0200, Patrick McHardy wrote: > >>Almost - the default behaviour shouldn't change IMO. Also please > >>send a complete patch, not one on top of your old one. > > > >Whi

Re: iproute2: git pull request from debian repo.

2007-10-23 Thread Patrick McHardy
Andreas Henriksson wrote: On Tue, Oct 23, 2007 at 04:38:06PM +0200, Patrick McHardy wrote: Almost - the default behaviour shouldn't change IMO. Also please send a complete patch, not one on top of your old one. Which "default behaviour"? ip addr flush or ip neigh flush behaviour? Both of those

Re: iproute2: git pull request from debian repo.

2007-10-23 Thread Andreas Henriksson
On Tue, Oct 23, 2007 at 04:38:06PM +0200, Patrick McHardy wrote: > Almost - the default behaviour shouldn't change IMO. Also please > send a complete patch, not one on top of your old one. Which "default behaviour"? ip addr flush or ip neigh flush behaviour? Both of those should behave the same IM

Re: iproute2: git pull request from debian repo.

2007-10-23 Thread Patrick McHardy
Andreas Henriksson wrote: On Sun, Oct 21, 2007 at 07:48:21PM +0200, Patrick McHardy wrote: Andreas Henriksson wrote: - for (;;) { + while (round < MAX_ROUNDS) { if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {

Re: iproute2: git pull request from debian repo.

2007-10-23 Thread Andreas Henriksson
On Sun, Oct 21, 2007 at 07:48:21PM +0200, Patrick McHardy wrote: > Andreas Henriksson wrote: > >-for (;;) { > >+while (round < MAX_ROUNDS) { > > if (rtnl_wilddump_request(&rth, filter.family, > > RTM_GETADDR) < 0) { > >

Re: iproute2: git pull request from debian repo.

2007-10-23 Thread Andreas Henriksson
On Sun, Oct 21, 2007 at 07:48:21PM +0200, Patrick McHardy wrote: > Andreas Henriksson wrote: > >-for (;;) { > >+while (round < MAX_ROUNDS) { > > if (rtnl_wilddump_request(&rth, filter.family, > > RTM_GETADDR) < 0) { > >

Re: iproute2: git pull request from debian repo.

2007-10-21 Thread Patrick McHardy
Andreas Henriksson wrote: - for (;;) { + while (round < MAX_ROUNDS) { if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) { perror("Cannot send dump request"); exit(1)

Re: iproute2: git pull request from debian repo.

2007-10-19 Thread Andreas Henriksson
Hello maks! Thanks for your help. I had to tweak the commands a bit to git it working. I hope I did it right.. On Fri, Oct 19, 2007 at 03:06:16PM +0200, maximilian attems wrote: > > on klibc i'm asked to attach git log -p on a pull request so > that the patches can be reviewed, please do so too.

Re: iproute2: git pull request from debian repo.

2007-10-19 Thread maximilian attems
On Fri, Oct 19, 2007 at 02:27:53PM +0200, Andreas Henriksson wrote: > Hello! > > We now have our brand new git repo set up for the debian package. We have > created a branch called "patches" where we are going to put stuff that we > hope will get merged upstream. > > I'm sending out this pull req