Dear Sir/Madam,
Is anyone have any idea about If I want to use Ryu to match transmit
"files" in openvswitch when host are sent out, how can I do?
And after this "match", I want to do some "action" like add another flow
entries (rule) in switch.
P.S. More detail about this question is I don't kno
Hi all:
Now I have Ryu Controller and LINC Switch, and I was add some flow entry in
the flow table. But it seems the actions is not I want.
And my question is how can I see/check the flow entry in the LINC Switch or
Ryu Controller?
If you have any solution, please tell me know.
Thanks a lot.
B
Hi all:
I am using the simple_switch_13.py to run my experiment, then I want to use
the src to ensure that the mac address which I want, so what should I make
use of the src?
THX!
The code is like this: P.S. ...But I don' know why it can't jump into if
Sentence
def _packet_in_handler(self,
Hi Iwase,
Thanks for your reply,but... I still have no idea. If I want to try a
Experiment to implement one PC ping another (the source host) will get
''host unreachable command. How can I do?
P.S. Because I do not know how to reply you directly, I post the new
article!
Thanks a lot,
Gavin
Hi Iwase,
Thanks for your reply,but... I still have no idea. If i want to try a
Experiment to implement one PC ping another (the source host) will get
''host unreachable command. How can I do?
Thanks a lot,
Gavin
2015-04-16 10:31 GMT+08:00 Yusuke Iwase :
> Hi,
>
> > but I do not have no idea h