Hi,
Mine doesn't work with Mininet.
Which version do you use?
I downloaded github.com/osrg/ryu.git and installed it. Git branch is the
master.
I could get link events when I run $ ryu-manager --observe-links --verbose
ryu.app.gui_topology.gui_topology
EVENT switches->WebSocketTopology EventLinkAd
Yes, it helps me , thankyou very much Iwase. ^_^
On Mon, Jun 1, 2015 at 9:40 AM, Yusuke Iwase
wrote:
> Hi Vinllen,
>
> On 2015年06月01日 01:02, Vinllen Chen wrote:
> > Hi, Dear all:
> >
> > I use the openflow13, ovs2.3 and ryu controller, and i send flow mod
> message from controller to ovs:
>
Hi Vinllen,
On 2015年06月01日 01:02, Vinllen Chen wrote:
> Hi, Dear all:
>
> I use the openflow13, ovs2.3 and ryu controller, and i send flow mod
> message from controller to ovs:
>
> "match":
> {
> "in_port" : "2",
> "vlan_vid" : "0"
> },
>
Hi,
On 2015年05月29日 17:46, Hm Balarama wrote:
> Hi Iwase,
>
> It didn't work because I used loop topology.
>s1
>/ \
> / \
>s2s3
>
On my mininet environment, I made a looped topology,
gui_topology worked fine and I could get EventLinkAdd/EventLinkDelete events.
$
Hi, Dear all:
I use the openflow13, ovs2.3 and ryu controller, and i send flow mod
message from controller to ovs:
"match":
{
"in_port" : "2",
"vlan_vid" : "0"
},
"instructions":
[
{
"apply":
Hi,
sometime my program is normally work, but sometime it hang up.
when i get switch object, sometime it 's hangup and later it show error
message.
*command:*
PYTHON=. ./bin/ryu-manager --observe-links ryu/app/address.py
*my program as follow:*
@handler.set_ev_cls(event.EventLinkAdd)
def lin