Re: [Ryu-devel] RYU: Learning topology using lldp

2014-04-20 Thread FUJITA Tomonori
On Mon, 21 Apr 2014 12:12:26 +0900 (JST) FUJITA Tomonori wrote: > On Mon, 21 Apr 2014 15:12:56 +1200 > Karthik Sharma wrote: > >> I have copied the function send_lldp_packet() from >> *ryu/topology/switches.py.*The only addition that I have done to the >> function is to add a print statement.No

Re: [Ryu-devel] RYU: Learning topology using lldp

2014-04-20 Thread FUJITA Tomonori
On Mon, 21 Apr 2014 15:12:56 +1200 Karthik Sharma wrote: > I have copied the function send_lldp_packet() from > *ryu/topology/switches.py.*The only addition that I have done to the > function is to add a print statement.Now If I were to run the controller > using > > * sudo ryu-manager --observe

[Ryu-devel] RYU: Learning topology using lldp

2014-04-20 Thread Karthik Sharma
I have copied the function send_lldp_packet() from *ryu/topology/switches.py.*The only addition that I have done to the function is to add a print statement.Now If I were to run the controller using * sudo ryu-manager --observe-links ryu/app/simple_switch.py* and make the mininet topology connec