if_bridge VIMAGE patch

2011-01-13 Thread Nikos Vassiliadis
Hi, Please, review the attached patch. It is against yesterday's HEAD and it virtualizes if_bridge. You can use the bridgetest script to create quickly a topology with redundant links to test STP. Thanks, Nikos #!/bin/sh __macaddress__() ( openssl rand 5 | od -tx1 | sed

Re: if_bridge VIMAGE patch

2011-01-13 Thread Julian Elischer
On 1/13/11 4:42 AM, Nikos Vassiliadis wrote: Hi, Please, review the attached patch. It is against yesterday's HEAD and it virtualizes if_bridge. without examining every character, it looks ok. The script should go in /usr/share/examples/netgraph Bjoern/Marko, see any problems? You can

Re: if_bridge VIMAGE patch

2011-01-13 Thread Nikos Vassiliadis
On 1/13/2011 5:33 PM, Julian Elischer wrote: The script should go in /usr/share/examples/netgraph It's not that well written, I just wrote it to test this complex topology it generates. But, If you find the script useful, feel free to commit it. Thanks for the prompt reply, Nikos

Re: if_bridge VIMAGE patch

2011-01-13 Thread Bjoern A. Zeeb
On Thu, 13 Jan 2011, Julian Elischer wrote: On 1/13/11 4:42 AM, Nikos Vassiliadis wrote: Hi, Please, review the attached patch. It is against yesterday's HEAD and it virtualizes if_bridge. without examining every character, it looks ok. The script should go in /usr/share/examples/netgraph

Re: if_bridge VIMAGE patch

2011-01-13 Thread Marko Zec
On Thursday 13 January 2011 13:42:30 Nikos Vassiliadis wrote: Hi, Please, review the attached patch. It is against yesterday's HEAD and it virtualizes if_bridge. You can use the bridgetest script to create quickly a topology with redundant links to test STP. Looks good to me, though I'm

Re: if_bridge VIMAGE patch

2011-01-13 Thread Nikos Vassiliadis
On 1/13/2011 5:49 PM, Marko Zec wrote: On Thursday 13 January 2011 13:42:30 Nikos Vassiliadis wrote: Hi, Please, review the attached patch. It is against yesterday's HEAD and it virtualizes if_bridge. You can use the bridgetest script to create quickly a topology with redundant links to test