On Wed, 20 Jun 2012 13:19:06 +0900
FUJITA Tomonori wrote:
> - fix some typos (again)
>
> - reorder the arguments of OFPPacketOut (the same order in the
> spec). in_port can't be None in the spec. We can't remove None for
> in_port argument so put assert.
>
> Signed-off-by: FUJITA Tomonori
- fix some typos (again)
- reorder the arguments of OFPPacketOut (the same order in the
spec). in_port can't be None in the spec. We can't remove None for
in_port argument so put assert.
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/ofproto_v1_2_parser.py | 25 +++--
On Sat, 16 Jun 2012 10:10:03 +0900
FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
> ---
> ryu/ofproto/ofproto_v1_2_parser.py | 12 ++--
> 1 files changed, 6 insertions(+), 6 deletions(-)
Applied.
--
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/ofproto_v1_2_parser.py | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_2_parser.py
b/ryu/ofproto/ofproto_v1_2_parser.py
index 9b2f6b3..2d7bbe2 100644
--- a/ryu/ofproto/ofproto_v1_2_parser.py