Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-14 Thread mehran shetabi
hi, Fujimoto for initializing controllers, i want to populate mac-to-port tables of all of controllers by sending packet-in with OFPR_NO_MATCH reason to them. as before, i want to use this code for installing table-miss flow entry: # install table-miss flow entry match = parser.OFPMatc

Re: [Ryu-devel] ofctl_rest.py doesn't permit ping

2017-07-14 Thread Nicholas Brasini
Excellent, it works!! Now, I have another question. If I want launch a html page in localhost which prints the Open Flow traffic, how can I do? For example, I start Mamp PRO, I go to localhost:8080/sniffer.html and I press a button. Now, I want see, for example, the same that I see if I digit 1

Re: [Ryu-devel] [Ryu-server] 127.0.0.1/stats/switches doesn't work!

2017-07-14 Thread Nicholas Brasini
Excellent, it works!! Now, I have another question. If I want launch a html page in localhost which prints the Open Flow traffic, how can I do? For example, I start Mamp PRO, I go to localhost:8080/sniffer.html and I press a button. Now, I want see, for example, the same that I see if I digit 1

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-14 Thread mehran shetabi
hi, Fujimoto for initializing controllers, i want to populate mac-to-port tables of all of controllers by sending packet-in with OFPR_NO_MATCH reason to them. as before, i want to use this code for installing table-miss flow entry: # install table-miss flow entry match = parser.OFPM