> On Tue, 16 Jul 2013 12:44:54 +0900 (JST)
> [email protected] (YAMAMOTO Takashi) wrote:
>
On Thu, 4 Jul 2013 17:22:36 +0900
YAMAMOTO Takashi wrote:
>
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/ofproto/ofproto_v1_2.py | 91 ++---
> On Tue, 16 Jul 2013 10:41:06 +0900 (JST)
> [email protected] (YAMAMOTO Takashi) wrote:
>
>>> On Tue, 2 Jul 2013 11:13:41 +0900
>>> YAMAMOTO Takashi wrote:
>>>
this set includes OFPxxx json representation functionality
changes from the previous set:
rebase
On Tue, 16 Jul 2013 10:41:06 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
>> On Tue, 2 Jul 2013 11:13:41 +0900
>> YAMAMOTO Takashi wrote:
>>
>>> this set includes OFPxxx json representation functionality
>>>
>>> changes from the previous set:
>>> rebase
>>> fix 1-1-ofp_
On Tue, 16 Jul 2013 12:44:54 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
>>> On Thu, 4 Jul 2013 17:22:36 +0900
>>> YAMAMOTO Takashi wrote:
>>>
Signed-off-by: YAMAMOTO Takashi
---
ryu/ofproto/ofproto_v1_2.py | 91 ++-
>> On Thu, 4 Jul 2013 17:22:36 +0900
>> YAMAMOTO Takashi wrote:
>>
>>>
>>> Signed-off-by: YAMAMOTO Takashi
>>> ---
>>> ryu/ofproto/ofproto_v1_2.py | 91 ++-
>>> ryu/ofproto/ofproto_v1_3.py | 101 ++-
>>> ryu/ofproto/oxm_fiel
> Sorry for late response.
> Can you please add man page for rpc-cli? The contents of man page can
> be mostly trivial/empty because it's necessary for satisfying rpmlint of
> Fedora.
>
> add ryu/doc/source/man/msgpack-rpc.rst
> update ryu/doc/source/conf.py
ok, i will.
YAMAMOTO Takashi
>
> th
oops, i sent this mail to a wrong list. sorry. please ignore.
YAMAMOTO Takashi
> pull requestを受ける気がないのなら、自動応答するようにして
> おいた方がよくないですか。
>
> loxigenにpull requestしたら自動でテンプレートメールが送られて
> きたので、たぶん何か設定でできるのではないかと思います。
>
>> Hi Sam. Thank you for working on it.
>> Can you please send the patch to the ry
pull requestを受ける気がないのなら、自動応答するようにして
おいた方がよくないですか。
loxigenにpull requestしたら自動でテンプレートメールが送られて
きたので、たぶん何か設定でできるのではないかと思います。
> Hi Sam. Thank you for working on it.
> Can you please send the patch to the ryu-devel mailing-list?
> Ryu project uses ryu-devel mailing list for discussion/patch reviewing,
>
Hi Sam. Thank you for working on it.
Can you please send the patch to the ryu-devel mailing-list?
Ryu project uses ryu-devel mailing list for discussion/patch reviewing,
and doesn't use github pull.
https://github.com/osrg/ryu/blob/master/SubmittingPatches.rst
On Tue, Jul 16, 2013 at 11:29:39AM +
Sorry for late response.
Can you please add man page for rpc-cli? The contents of man page can
be mostly trivial/empty because it's necessary for satisfying rpmlint of
Fedora.
add ryu/doc/source/man/msgpack-rpc.rst
update ryu/doc/source/conf.py
thanks,
On Mon, Jul 01, 2013 at 02:37:08PM +0900, Y
> On Tue, 2 Jul 2013 11:13:41 +0900
> YAMAMOTO Takashi wrote:
>
>> this set includes OFPxxx json representation functionality
>>
>> changes from the previous set:
>> rebase
>> fix 1-1-ofp_packet_out.packet.json
>> remove some commented out code
>>
>> YAMAMOTO Takashi (14):
>> Str
> On Thu, 4 Jul 2013 17:22:36 +0900
> YAMAMOTO Takashi wrote:
>
>>
>> Signed-off-by: YAMAMOTO Takashi
>> ---
>> ryu/ofproto/ofproto_v1_2.py | 91 ++-
>> ryu/ofproto/ofproto_v1_3.py | 101 ++-
>> ryu/ofproto/oxm_fields.py |
Do you guys like my app? There's a nice OpenFlow 1.0 learning switch as a
sample in ryu/app, and I thought for completeness we should have an
OpenFlow 1.2 app too
https://github.com/osrg/ryu/pull/13
--
See everything from
On Fri, 12 Jul 2013 17:56:46 +0900
Isaku Yamahata wrote:
> From: Philipp Aeschlimann
>
> Signed-off-by: Philipp Aeschlimann
> ---
> ryu/ofproto/ofproto_v1_3_parser.py | 92
> ++--
> 1 file changed, 88 insertions(+), 4 deletions(-)
Applied both, thanks.
---
Once the meter is configured, it's identified by the ID you set
before. You have to update the instruction set, something like this:
inst_meter = ofp_parser.OFPInstructionMeter(1)
Then add the inst_meter to the instructions-set as you would do it for
a ofp_parser.OFPInstructionActions that is doc
The Patch seems to be working fine for OFPMeterBandDrop() messages . Cannot
test for Dscp remark as it is not supported by the Switch that am using .
Is the support for meters added in the Actions field too ? Cannot find a
OFPAction class for processing Flows with meters .
On Fri, Jul 12, 2013 at
16 matches
Mail list logo