Hi,
At Tue, 16 Jun 2015 08:53:27 +0300,
Eran Gampel wrote:
>
> From 1e3cf43f6cda27f91659c2fe7ad9d2692158a628 Mon Sep 17 00:00:00 2001
> From: eran gampel <[email protected]>
> Date: Sun, 14 Jun 2015 18:51:30 +0300
> Subject: [PATCH] Add support for the nicira extension mark (NXM_NX_PKT_MARK),
> Add support for match and action set via NXAction ReMove This extension is
> important as it is the only mark that stay persistence across virtual
> switches Signed-off-by: Eran Gampel [email protected]
>
> Signed-off-by: eran gampel <[email protected]>
> ---
> ryu/ofproto/nx_match.py | 26
> +++++++++++++++++++++-
> ryu/ofproto/ofproto_parser.py | 1 -
> ryu/ofproto/ofproto_v1_0.py | 3 +++
> ryu/ofproto/ofproto_v1_3.py | 1 +
> ryu/ofproto/ofproto_v1_4.py | 1 +
> ryu/ofproto/ofproto_v1_5.py | 1 +
> .../json/of13/4-60-ofp_flow_mod.packet.json | 7 ++++++
> 7 files changed, 38 insertions(+), 2 deletions(-)
>
> diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
> index 38ce02b..b6af752 100644
> --- a/ryu/ofproto/nx_match.py
> +++ b/ryu/ofproto/nx_match.py
> @@ -23,7 +23,6 @@ from ryu.lib import mac
> from ryu.lib.pack_utils import msg_pack_into
> from . import ofproto_v1_0
> from . import inet
> -
Please keep this blank line.
> import logging
> LOG = logging.getLogger('ryu.ofproto.nx_match')
>
> diff --git a/ryu/ofproto/ofproto_parser.py b/ryu/ofproto/ofproto_parser.py
> index 8a1cebb..35adf04 100644
> --- a/ryu/ofproto/ofproto_parser.py
> +++ b/ryu/ofproto/ofproto_parser.py
> @@ -26,7 +26,6 @@ from ryu import utils
> from ryu.lib import stringify
>
> from . import ofproto_common
> -
> LOG = logging.getLogger('ryu.ofproto.ofproto_parser')
>
>
This change is unnecessary, too.
--
IWAMOTO Toshihiro
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel