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
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
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
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