Re: make art independent of struct sockaddr

2017-01-19 Thread Claudio Jeker
On Fri, Jan 20, 2017 at 01:26:11PM +1000, Martin Pieuchot wrote: > On 20/01/17(Fri) 03:04, Claudio Jeker wrote: > > I want to use art routing tables with pf addrs and not sockaddrs. > > Art itself does not care but the API requires sockaddr pointers in some > > places. This changes those to void *.

Re: make art independent of struct sockaddr

2017-01-19 Thread Martin Pieuchot
On 20/01/17(Fri) 03:04, Claudio Jeker wrote: > I want to use art routing tables with pf addrs and not sockaddrs. > Art itself does not care but the API requires sockaddr pointers in some > places. This changes those to void *. > > OK? This is step 2 to a new pf_table backend. What's the problem w

make art independent of struct sockaddr

2017-01-19 Thread Claudio Jeker
I want to use art routing tables with pf addrs and not sockaddrs. Art itself does not care but the API requires sockaddr pointers in some places. This changes those to void *. OK? This is step 2 to a new pf_table backend. -- :wq Claudio Index: net/art.c ==