On Mon, 15 Jul 2019 14:08:25 +0300
[email protected] wrote:

> From: Ozgur Yurekten <[email protected]>
> 
> Signed-off-by: Ozgur Yurekten <[email protected]>
> ---
>  ryu/ofproto/nicira_ext.py |  2 ++
>  ryu/ofproto/nx_actions.py | 74 +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 76 insertions(+)

Thanks, pushed with the following fix for CI failures.

=
>From a295810f77238c5c55fc852d4807f0e46a298245 Mon Sep 17 00:00:00 2001
From: FUJITA Tomonori <[email protected]>
Date: Thu, 18 Jul 2019 20:46:08 +0900
Subject: [PATCH] fix style errors

Signed-off-by: FUJITA Tomonori <[email protected]>
---
 ryu/ofproto/nx_actions.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index 5707ca1..bdb3640 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -3034,8 +3034,6 @@ def generate(ofp_name, ofpp_name):
             msg_pack_into(self._fmt_str, data, 0, self.hdr_size, 
self.new_pkt_type)
             return data
 
-
-
     class NXActionEncapNsh(NXAction):
         """
         Encap nsh
-- 
1.9.1




_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to