Re: [Ryu-devel] Simple whitelist application

2015-09-16 Thread Andy Echenique
Hello Iwase, Thank you for your response. It was very helpful and would appreciate help on the next step of my project. Now that I can collect IP-addresses but cannot filter MAC addresses, I am curious if Ryu can filter connections from certain IP-addresses. In other words, Can I specify only

Re: [Ryu-devel] Simple whitelist application

2015-09-15 Thread Yusuke Iwase
Hi Andy, On 2015年09月15日 03:35, Andy Echenique wrote: > Hello Everyone, > I'm fairly new to Ryu and would appreciate any help in getting my program off > the ground. > > I want to have my controller only connect devices from specified MAC > addresses. For example: if the dpid is 123456789, I wan

[Ryu-devel] Simple whitelist application

2015-09-14 Thread Andy Echenique
Hello Everyone,I'm fairly new to Ryu and would appreciate any help in getting my program off the ground. I want to have my controller only connect devices from specified MAC addresses. For example: if the dpid is 123456789, I want it to add the flow. Yet if 2 wants to connect, it drops