Re: [Babel-users] Quagga-RE updated to babeld-1.4.2

2013-06-19 Thread Dave Taht
cool! 0) compile tested in cerowrt. compiles. won't be in a position to test anything til sunday... teeny bit of code review: 1) nat has a very specific meaning in the network world so I kind of object to parse_nat 2) some cruft from the import table stuff appears to have crept into

Re: [Babel-users] Quagga-RE updated to babeld-1.4.2

2013-06-19 Thread Juliusz Chroboczek
1) nat has a very specific meaning in the network world so I kind of object to parse_nat What do you suggest for a natural number, then? 2) some cruft from the import table stuff appears to have crept into babel/kernel.h Good catch, thanks. -- Juliusz

Re: [Babel-users] Quagga-RE updated to babeld-1.4.2

2013-06-19 Thread Dave Taht
On Wed, Jun 19, 2013 at 1:34 PM, Juliusz Chroboczek j...@pps.univ-paris-diderot.fr wrote: 1) nat has a very specific meaning in the network world so I kind of object to parse_nat What do you suggest for a natural number, then? parse_pint? or using sscanf? 2) some cruft from the import