Re: Testing framework

2013-06-18 Thread Sam Russell
j Zajicek wrote: > On Tue, Jun 18, 2013 at 08:48:41AM +1200, Sam Russell wrote: > > Is there a set of unit tests for BIRD somewhere? I don't know where I'd > > start building them, but I'm happy to do the legwork on the coding - unit > > testing will make i

Testing framework

2013-06-17 Thread Sam Russell
Is there a set of unit tests for BIRD somewhere? I don't know where I'd start building them, but I'm happy to do the legwork on the coding - unit testing will make it a lot easier to add new modules and guarantee the functionality of existing ones.

Doc and doc not syncing together on windows

2013-06-17 Thread Sam Russell
Is there any chance we could rename either the "doc" folder or the "Doc" document? I'm doing dev on a variety of machines, and on my windows machine I can only sync one because windows isn't case sensitive.

Re: Building in OpenFlow/SDN support

2013-06-14 Thread Sam Russell
ckets per second, so it'd be better to send this on a direct VLAN to the switch instead of tun/tap Sent from my iPhone On 14/06/2013, at 10:02 PM, Ondrej Zajicek wrote: > On Fri, Jun 14, 2013 at 09:22:25PM +1200, Sam Russell wrote: >> Thanks for the reply Ondrej, >> >>

Re: Building in OpenFlow/SDN support

2013-06-14 Thread Sam Russell
wrote: On Fri, Jun 14, 2013 at 11:16:00AM +0200, Ondrej Zajicek wrote: On Fri, Jun 14, 2013 at 04:14:19PM +1200, Sam Russell wrote: Thanks for the reply. I think the kernel/iface stuff is a little bit more complicated than you've explained - there are lots of places around the code where

Re: Building in OpenFlow/SDN support

2013-06-13 Thread Sam Russell
config/runtime instead of at build time. Cheers Sam On Fri, Jun 14, 2013 at 4:04 PM, Alexander V. Chernikov wrote: > On 14.06.2013 06:51, Sam Russell wrote: > >> Hi, >> >> I want a way to swap out the kernel/iface stuff from BIRD and replace >> that with somethin

Building in OpenFlow/SDN support

2013-06-13 Thread Sam Russell
Hi, I want a way to swap out the kernel/iface stuff from BIRD and replace that with something that can talk to an OpenFlow/SDN controller. I've made a start debugging to find out where I need to cut things into place and put it in github (bird Git was broken yesterday so had to start from 1.3.10 t