Re: [Ryu-devel] STP application

2013-11-11 Thread watanabe.fumitaka
> the topology is like this, > h1 - S1 - S2 - h2 > mininet> net > s2 <->h1-eth0 s3-eth1 > s3 <->s2-eth2 h4-eth0 topology is h1 - S2 - S3 - h4 ? please tell me the mininet commands used for topology building. and the sw connected to the controller is s3 ? > [STP][INFO] dpid=

Re: [Ryu-devel] STP application

2013-11-11 Thread 許珈榮
hi~ mininet> net s2 <->h1-eth0 s3-eth1 s3 <->s2-eth2 h4-eth0 2013/11/12 watanabe.fumitaka > Hi, > > please tell me the mininet commands used for topology building. > and result of "net" mininet command. > > mininet> net > > > thanks. > > > On Tue, 12 Nov 2013 12:45:24 +0800 > 許珈榮 wrote: >

[Ryu-devel] [PATCH] packet lib: ipv6: change some default parameters

2013-11-11 Thread Yuichi Ito
nxt : IPPROTO_NONE(0x3b) -> IPPROTO_TCP(0x06) hop_limit : 0 -> 255 it is more useful and common. Signed-off-by: Yuichi Ito --- ryu/lib/packet/ipv6.py | 10 +- ryu/tests/unit/packet/test_ipv6.py | 14 +++--- ryu/tests/unit/packet/test_pa

Re: [Ryu-devel] STP application

2013-11-11 Thread watanabe.fumitaka
Hi, please tell me the mininet commands used for topology building. and result of "net" mininet command. mininet> net thanks. On Tue, 12 Nov 2013 12:45:24 +0800 許珈榮 wrote: > yes, i used mininet to emulate. > the topology is like this, > h1 - S1 - S2 - h2 > > > > 2013/11/12 watanabe.fumit

[Ryu-devel] [PATCH 1/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-11 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_3_parser.py | 75 +- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 95ee291..39429d3 100644 --- a/ryu/ofprot

[Ryu-devel] [PATCH 4/4] test_parser: expected json representations for OFPMP_EXPERIMENTER

2013-11-11 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- .../json/of13/4-61-ofp_experimenter_request.packet.json | 13 + .../json/of13/4-62-ofp_experimenter_reply.packet.json | 13 + 2 files changed, 26 insertions(+) create mode 100644 ryu/tests/unit/ofproto/json/of13/4-61-ofp_expe

[Ryu-devel] [PATCH 3/4] packet_data: regen

2013-11-11 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- .../packet_data/of13/4-61-ofp_experimenter_request.packet | Bin 0 -> 32 bytes .../packet_data/of13/4-62-ofp_experimenter_reply.packet| Bin 0 -> 40 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ryu/tests/packet_data/of13/4-61

[Ryu-devel] [PATCH 0/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-11 Thread YAMAMOTO Takashi
YAMAMOTO Takashi (4): of13: implement OFPMP_EXPERIMENTER request and reply packet_data_generator: add cases for experimenter mp request/reply packet_data: regen test_parser: expected json representations for OFPMP_EXPERIMENTER ryu/ofproto/ofproto_v1_3_parser.py | 75 +

[Ryu-devel] [PATCH 2/4] packet_data_generator: add cases for experimenter mp request/reply

2013-11-11 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/tests/packet_data_generator/src/x4.erl | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ryu/tests/packet_data_generator/src/x4.erl b/ryu/tests/packet_data_generator/src/x4.erl index 52806ed..7facfb1 100644 --- a/ryu/tests/pa

Re: [Ryu-devel] STP application

2013-11-11 Thread 許珈榮
yes, i used mininet to emulate. the topology is like this, h1 - S1 - S2 - h2 2013/11/12 watanabe.fumitaka > Hi, > > STP bridge needs one port at least. > Does your sw have a port? > > > thanks. > > > > > On Mon, 11 Nov 2013 18:50:27 +0800 > 許珈榮 wrote: > >> hi guys, >>another question. >>

Re: [Ryu-devel] [PATCH] packet lib: ethernet: support default parameters

2013-11-11 Thread FUJITA Tomonori
On Tue, 12 Nov 2013 13:08:12 +0900 Yuichi Ito wrote: > Signed-off-by: Yuichi Ito > --- > ryu/lib/packet/ethernet.py |3 +- > ryu/tests/unit/packet/test_ethernet.py |9 > ryu/tests/unit/packet/test_packet.py | 90 > +++- > 3 files changed

Re: [Ryu-devel] STP application

2013-11-11 Thread watanabe.fumitaka
Hi, STP bridge needs one port at least. Does your sw have a port? thanks. On Mon, 11 Nov 2013 18:50:27 +0800 許珈榮 wrote: > hi guys, >another question. >Now i downloaded the simple_switch_stp.py >i type the command "ryu-manager ryu/app/simple_switch_stp.py" > below is error mes

[Ryu-devel] [PATCH] packet lib: ethernet: support default parameters

2013-11-11 Thread Yuichi Ito
Signed-off-by: Yuichi Ito --- ryu/lib/packet/ethernet.py |3 +- ryu/tests/unit/packet/test_ethernet.py |9 ryu/tests/unit/packet/test_packet.py | 90 +++- 3 files changed, 53 insertions(+), 49 deletions(-) diff --git a/ryu/lib/packet/ether

Re: [Ryu-devel] [PATCH 1/2] bgp: implement extended communities

2013-11-11 Thread FUJITA Tomonori
On Mon, 11 Nov 2013 14:43:22 +0900 YAMAMOTO Takashi wrote: > RFC 4360 and RFC 5668 > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/lib/packet/bgp.py | 189 > -- > 1 file changed, 183 insertions(+), 6 deletions(-) Applied both, thanks.

Re: [Ryu-devel] [PATCH 0/9] implemnet OFPErrorExperimenterMsg

2013-11-11 Thread FUJITA Tomonori
On Mon, 11 Nov 2013 16:47:01 +0900 YAMAMOTO Takashi wrote: > changes from the previous: > update test_ofproto_v12 > > YAMAMOTO Takashi (9): > ofproto_common: define some experimenter id > of12: reduce unnecessary diffs from of13 > of13: implement OFPErrorExperimenterMsg > of12: OFPErrorE

Re: [Ryu-devel] STP application

2013-11-11 Thread 許珈榮
hi guys, another question. Now i downloaded the simple_switch_stp.py i type the command "ryu-manager ryu/app/simple_switch_stp.py" below is error message -- error msg--- loading app simple_switch_stp.py loading app ryu.controller.ofp_handler creating context stplib instantiating app ryu.c

Re: [Ryu-devel] STP application

2013-11-11 Thread FUJITA Tomonori
Hi, On Mon, 11 Nov 2013 16:42:25 +0800 Wei-li Tang wrote: > 2013/11/11 許珈榮 : >> hi guys, >> these days, i searches about some routing information about Ryu. >> http://sourceforge.net/mailarchive/message.php?msg_id=31438818 >> this website mentioned about spanning tree >> does someone kno

Re: [Ryu-devel] STP application

2013-11-11 Thread 許珈榮
what the webpage? this http://sourceforge.net/mailarchive/message.php?msg_id=31438818 ? or ? can you give me some details. thx~ 2013/11/11 Wei-li Tang > 2013/11/11 許珈榮 : > > hi guys, > > these days, i searches about some routing information about Ryu. > > http://sourceforge.net/mailarch

Re: [Ryu-devel] STP application

2013-11-11 Thread Wei-li Tang
2013/11/11 許珈榮 : > hi guys, > these days, i searches about some routing information about Ryu. > http://sourceforge.net/mailarchive/message.php?msg_id=31438818 > this website mentioned about spanning tree > does someone know where to download the STP source code? > or Ryu would update the

Re: [Ryu-devel] some question about Ryu

2013-11-11 Thread Alex Tang
2013/11/11 許珈榮 > hi guys, > another question about question(1) > i want to know how Ryu loaded the module > for example i type the command, ex: ryu-manager simple_switches.py > did Ryu only run functions in simple_switches.py? > App manager loads all classes derived from app_manager.RyuApp. S

[Ryu-devel] STP application

2013-11-11 Thread 許珈榮
hi guys, these days, i searches about some routing information about Ryu. http://sourceforge.net/mailarchive/message.php?msg_id=31438818 this website mentioned about spanning tree does someone know where to download the STP source code? or Ryu would update these codes? thx~ ---