Re: kernel route 64 bit expire time

2013-10-31 Thread Theo de Raadt
> > Convert the route expire timestamp in kernel and routing message > > to 64 bit. Add a small compatibility layer that allows to set > > routes with old user land and new kernel. > > > > ok? > > just out for curiosity, shouldn't the expire time be u_int64_t? It seems such a simple concept. It

Re: kernel route 64 bit expire time

2013-10-31 Thread Alexander Bluhm
On Thu, Oct 31, 2013 at 11:44:12AM +0200, Gregory Edigarov wrote: > On 10/15/2013 01:43 AM, Alexander Bluhm wrote: > >Hi, > > > >Convert the route expire timestamp in kernel and routing message > >to 64 bit. Add a small compatibility layer that allows to set > >routes with old user land and new ke

Re: kernel route 64 bit expire time

2013-10-31 Thread Gregory Edigarov
On 10/15/2013 01:43 AM, Alexander Bluhm wrote: Hi, Convert the route expire timestamp in kernel and routing message to 64 bit. Add a small compatibility layer that allows to set routes with old user land and new kernel. ok? just out for curiosity, shouldn't the expire time be u_int64_t? --

Re: kernel route 64 bit expire time

2013-10-30 Thread Theo de Raadt
> On Tue, Oct 15, 2013 at 12:43:16AM +0200, Alexander Bluhm wrote: > > Convert the route expire timestamp in kernel and routing message > > to 64 bit. Add a small compatibility layer that allows to set > > routes with old user land and new kernel. > > You can still config addresses with old ifcon

Re: kernel route 64 bit expire time

2013-10-30 Thread Alexander Bluhm
On Tue, Oct 15, 2013 at 12:43:16AM +0200, Alexander Bluhm wrote: > Convert the route expire timestamp in kernel and routing message > to 64 bit. Add a small compatibility layer that allows to set > routes with old user land and new kernel. You can still config addresses with old ifconfig and new

Re: kernel route 64 bit expire time

2013-10-15 Thread Ian McWilliam
On 15/10/2013 8:51 PM, Stuart Henderson wrote: On 2013/10/15 00:43, Alexander Bluhm wrote: Hi, Convert the route expire timestamp in kernel and routing message to 64 bit. Add a small compatibility layer that allows to set routes with old user land and new kernel. ports-wise, here's output fro

Re: kernel route 64 bit expire time

2013-10-15 Thread Stuart Henderson
On 2013/10/15 00:43, Alexander Bluhm wrote: > Hi, > > Convert the route expire timestamp in kernel and routing message > to 64 bit. Add a small compatibility layer that allows to set > routes with old user land and new kernel. ports-wise, here's output from a search for rt_metrics/rt_kmetrics/rt

kernel route 64 bit expire time

2013-10-14 Thread Alexander Bluhm
Hi, Convert the route expire timestamp in kernel and routing message to 64 bit. Add a small compatibility layer that allows to set routes with old user land and new kernel. ok? bluhm Index: net/route.h === RCS file: /data/mirror/o