
From nobody Wed Nov 12 12:54:23 2014
Return-Path: <tom.taylor.stds@gmail.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 21A621A870C; Wed, 12 Nov 2014 12:54:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ew7IkzOvB5c4; Wed, 12 Nov 2014 12:54:18 -0800 (PST)
Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ED08A1A0023; Wed, 12 Nov 2014 12:54:17 -0800 (PST)
Received: by mail-ig0-f181.google.com with SMTP id l13so4020511iga.2 for <multiple recipients>; Wed, 12 Nov 2014 12:54:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=3weS99oLWEg6sWVA7f+yp0dH2ZfgsDl9Xm+PNFVTUYA=; b=ZgglTTKhvxvSCn179JYrQNxyAI1hwDgsqIwycu5VRPFzDFUl4VvvX6HJ023AlIcwxq cULJ+8QgDR7cFKgXIwfPdfvuyOkClIYFq7bHNbh7xNM94bgiYt+P4WpHm6gttlhg0usi CR5mKa2UdaA4FG+9IW/kLjkwHlUsR4Aki/e4TBztB12qjcdO9vCWXSb+f0nljxsBnmE/ pmwusgoIaRP+rfsYH9rG56RP3m6lP1lwF4dbt50AnZPBuhAiZg8V4/4knP9JA2qJefDx 6jox3ly591Xsn0srJMe05AMJpfALPcrUszBcCmWCA7YTo4cILmG1397OkNvmfVS7oAoC tYVw==
X-Received: by 10.50.73.67 with SMTP id j3mr42212679igv.1.1415825657225; Wed, 12 Nov 2014 12:54:17 -0800 (PST)
Received: from [192.168.0.102] ([173.206.27.42]) by mx.google.com with ESMTPSA id p137sm9570493ioe.13.2014.11.12.12.54.16 for <multiple recipients> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Nov 2014 12:54:16 -0800 (PST)
Message-ID: <5463C8F1.7080300@gmail.com>
Date: Wed, 12 Nov 2014 15:54:09 -0500
From: Tom Taylor <tom.taylor.stds@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: rtg-yang-coord@ietf.org, LIME <lime@ietf.org>
References: <9D50FCE7413E3D4EA5E42331115FB5BC14B1B717@xmb-rcd-x03.cisco.com>
In-Reply-To: <9D50FCE7413E3D4EA5E42331115FB5BC14B1B717@xmb-rcd-x03.cisco.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/X9urs1X09UueT6gUnQaUgPVM38Y
Subject: Re: [Lime] [Rtg-yang-coord] Relationship between config, oper etc for a feature
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Nov 2014 20:54:20 -0000

I think LIME has something like this in their charter. Note the 
cross-posting.

Tom Taylor

On 12/11/2014 3:41 PM, Matt Hartley (mhartley) wrote:
> When designing YANG models, it's possible to organize them so that a single tree for a feature contains all the elements related to that feature (config, oper, etc), or so that config, oper, etc are collected into separate trees. Or, to put it another way: you can have everything related to a feature in one place, or everything related to config in one place, but not both.
>
> So we can do this:
>
> +--rw feature
>      +--rw foo
>          +--rw foo-cfg
>          +--ro foo-oper
>      +--rw bar
>          +--rw bar-cfg
>          +--ro bar-oper
>
> Or this:
>
> +--rw feature
>      +--rw feature-cfg
>          +--rw foo-cfg
>          +--rw bar-cfg
>      +--ro feature-oper
>          +--ro foo-oper
>          +--ro bar-oper
>
> The same applies to notifications and rpcs.
>
> Are there any global recommendations that one approach be favoured over the other? Is there any push to be consistent between protocols in the routing area? Or is this up to individual WGs or document authors to do whatever they think is most appropriate for the YANG model they're designing?
>
> Cheers
>
> Matt
>
> _______________________________________________
> Rtg-yang-coord mailing list
> Rtg-yang-coord@ietf.org
> https://www.ietf.org/mailman/listinfo/rtg-yang-coord
>


From nobody Wed Nov 12 16:13:10 2014
Return-Path: <andy@yumaworks.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A62101AD0B0 for <lime@ietfa.amsl.com>; Wed, 12 Nov 2014 13:07:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.979
X-Spam-Level: 
X-Spam-Status: No, score=-1.979 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=unavailable
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6LlENxjQ4zK4 for <lime@ietfa.amsl.com>; Wed, 12 Nov 2014 13:07:44 -0800 (PST)
Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 965761AD0B3 for <lime@ietf.org>; Wed, 12 Nov 2014 13:07:06 -0800 (PST)
Received: by mail-qg0-f46.google.com with SMTP id i50so9366165qgf.33 for <lime@ietf.org>; Wed, 12 Nov 2014 13:07:05 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=1TpTXLxOaA4dS+923GGX8+D3bechb0M86b4eXvjnFMc=; b=NE5wKnqzQ0JWFFced5tBoToq9CXHEvrlM+fgMIL/JwTicESRJ6jUUYbTwvfGKyVMiL +5a3/rlqQ5gBT0QyIZPE8P74cH+zdvXdWny3HqgtoFMp7lj7MPq5eDYmZQOMocu0QBCG liI7hrit9QbKomdbNOEsBZR04JaIAUTFWxMyF3jZcHhzuEVsiBG/Ptz1tM5/YCfUpmGt fAJxj79PN1JeeVYGS1Tg+3udQbHsKY5qPPC+BYw5t/6i7huQ4RnXP6Qn2TD/YAnYJ4SO OklgrHhVpvphKsS41iavZIO6rWqmnvJNY3l2a9ycbLnUYYFKbe1RErG5XOWbfTZyUweo BkvA==
X-Gm-Message-State: ALoCoQnkTa2Z3HaQ2yAW/LQzcJhbQKXJpEDgB83bbF7EKSFfFCpIXTt1EPKwL6d4yAa2D7S/rf3u
MIME-Version: 1.0
X-Received: by 10.224.65.137 with SMTP id j9mr3607763qai.88.1415826425822; Wed, 12 Nov 2014 13:07:05 -0800 (PST)
Received: by 10.140.37.52 with HTTP; Wed, 12 Nov 2014 13:07:05 -0800 (PST)
In-Reply-To: <5463C8F1.7080300@gmail.com>
References: <9D50FCE7413E3D4EA5E42331115FB5BC14B1B717@xmb-rcd-x03.cisco.com> <5463C8F1.7080300@gmail.com>
Date: Wed, 12 Nov 2014 13:07:05 -0800
Message-ID: <CABCOCHSeSXJQq3npyGXgyMSQX3o_wO8JGjEfCM3AKPXBxHjrbw@mail.gmail.com>
From: Andy Bierman <andy@yumaworks.com>
To: Tom Taylor <tom.taylor.stds@gmail.com>
Content-Type: text/plain; charset=UTF-8
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/OPD7Dsu6LQNb2xtSSdekdYwZ79Q
X-Mailman-Approved-At: Wed, 12 Nov 2014 16:12:52 -0800
Cc: "rtg-yang-coord@ietf.org" <rtg-yang-coord@ietf.org>, LIME <lime@ietf.org>
Subject: Re: [Lime] [Rtg-yang-coord] Relationship between config, oper etc for a feature
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Nov 2014 21:07:45 -0000

Hi,

I guess I misunderstood feature to mean YANG feature rather than
application feature.
IMO separate config and state is expensive (duplicates instance
scaffolding, creates
inconsistencies due to instance creation differences, more complicated
retrieval filters).

If the state can exist independently of the config, then separate
config and state trees
are needed.  If not, then the added complexity does not buy you anything.

Andy


On Wed, Nov 12, 2014 at 12:54 PM, Tom Taylor <tom.taylor.stds@gmail.com> wrote:
> I think LIME has something like this in their charter. Note the
> cross-posting.
>
> Tom Taylor
>
> On 12/11/2014 3:41 PM, Matt Hartley (mhartley) wrote:
>>
>> When designing YANG models, it's possible to organize them so that a
>> single tree for a feature contains all the elements related to that feature
>> (config, oper, etc), or so that config, oper, etc are collected into
>> separate trees. Or, to put it another way: you can have everything related
>> to a feature in one place, or everything related to config in one place, but
>> not both.
>>
>> So we can do this:
>>
>> +--rw feature
>>      +--rw foo
>>          +--rw foo-cfg
>>          +--ro foo-oper
>>      +--rw bar
>>          +--rw bar-cfg
>>          +--ro bar-oper
>>
>> Or this:
>>
>> +--rw feature
>>      +--rw feature-cfg
>>          +--rw foo-cfg
>>          +--rw bar-cfg
>>      +--ro feature-oper
>>          +--ro foo-oper
>>          +--ro bar-oper
>>
>> The same applies to notifications and rpcs.
>>
>> Are there any global recommendations that one approach be favoured over
>> the other? Is there any push to be consistent between protocols in the
>> routing area? Or is this up to individual WGs or document authors to do
>> whatever they think is most appropriate for the YANG model they're
>> designing?
>>
>> Cheers
>>
>> Matt
>>
>> _______________________________________________
>> Rtg-yang-coord mailing list
>> Rtg-yang-coord@ietf.org
>> https://www.ietf.org/mailman/listinfo/rtg-yang-coord
>>
>
> _______________________________________________
> Rtg-yang-coord mailing list
> Rtg-yang-coord@ietf.org
> https://www.ietf.org/mailman/listinfo/rtg-yang-coord


From nobody Sat Nov 22 08:04:41 2014
Return-Path: <cpignata@cisco.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C94EF1ACD0B for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 08:04:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -15.094
X-Spam-Level: 
X-Spam-Status: No, score=-15.094 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.594, SPF_PASS=-0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MboE3BH1r8D3 for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 08:04:38 -0800 (PST)
Received: from rcdn-iport-8.cisco.com (rcdn-iport-8.cisco.com [173.37.86.79]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3486E1ACD07 for <lime@ietf.org>; Sat, 22 Nov 2014 08:04:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1643; q=dns/txt; s=iport; t=1416672278; x=1417881878; h=from:to:subject:date:message-id:mime-version; bh=DXGJ7OXBrAFTqDgZnHbq6LMz3kChbA5ewHlwlP5TXl4=; b=Ef33F0gpjNH698WfT+m7eKUIQULCGV0sgdgn0z7r+xYOVEvNxQYOI9ii m3CDzy43lZQjMcYLGQ4zSyBJzs4nD3rbdPsBt2xNafL5K33+LH3ESWyQD osBbDeDza/PwiVhdSDHmG6sYrwIpJWtik7cT8rT4WGN9bitP7qhjt/MLx 8=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AhcFAIazcFStJA2N/2dsb2JhbABcgmsjVVoDyWKCOYdvFgEBAQEBfYN5EIELAQsBdCcEHIg4AQynPqY0AQEIAQEBAQEBHJRBgR8FkDeCLYwWgTSDWZIGg32CQIEDAQEB
X-IronPort-AV: E=Sophos;i="5.07,437,1413244800";  d="scan'208,217";a="374475097"
Received: from alln-core-8.cisco.com ([173.36.13.141]) by rcdn-iport-8.cisco.com with ESMTP; 22 Nov 2014 16:04:37 +0000
Received: from xhc-rcd-x09.cisco.com (xhc-rcd-x09.cisco.com [173.37.183.83]) by alln-core-8.cisco.com (8.14.5/8.14.5) with ESMTP id sAMG4boO014804 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for <lime@ietf.org>; Sat, 22 Nov 2014 16:04:37 GMT
Received: from xmb-aln-x02.cisco.com ([fe80::8c1c:7b85:56de:ffd1]) by xhc-rcd-x09.cisco.com ([173.37.183.83]) with mapi id 14.03.0195.001; Sat, 22 Nov 2014 10:04:37 -0600
From: "Carlos Pignataro (cpignata)" <cpignata@cisco.com>
To: "lime@ietf.org" <lime@ietf.org>
Thread-Topic: *DRAFT* Minutes for LIME at IETF91 posted
Thread-Index: AQHQBm4DCeUcaRvf9E68yxzTvqWE/A==
Date: Sat, 22 Nov 2014 16:04:37 +0000
Message-ID: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.21.82.27]
Content-Type: multipart/alternative; boundary="_000_FEFBF3924BF24C408B73F0477E486BB4ciscocom_"
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/gDnCJ_V3-dZgGIs9e0-HSNdTg40
Subject: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 22 Nov 2014 16:04:40 -0000

--_000_FEFBF3924BF24C408B73F0477E486BB4ciscocom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

WG,

The IETF91 LIME WG Session Minutes has been posted.
http://www.ietf.org/proceedings/91/minutes/minutes-91-lime

Special thanks to Qin Wu for scribing and capturing these!

If there are omissions or corrections, please respond to the list.

Thanks,

Carlos.

--_000_FEFBF3924BF24C408B73F0477E486BB4ciscocom_
Content-Type: text/html; charset="us-ascii"
Content-ID: <964DA93A98C8684095989B3E3601C435@emea.cisco.com>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space;" class=3D"">
WG,
<div class=3D""><br class=3D"">
</div>
<div class=3D"">The IETF91 LIME WG Session Minutes has been posted.<br clas=
s=3D"">
</div>
<div class=3D""><a href=3D"http://www.ietf.org/proceedings/91/minutes/minut=
es-91-lime" class=3D"">http://www.ietf.org/proceedings/91/minutes/minutes-9=
1-lime
</a></div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">Special thanks to Qin Wu for scribing and capturing these!<=
/div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">If there are omissions or corrections, please respond to th=
e list.</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">Thanks,</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">Carlos.</div>
</body>
</html>

--_000_FEFBF3924BF24C408B73F0477E486BB4ciscocom_--


From nobody Sat Nov 22 10:12:57 2014
Return-Path: <paul.doolan@coriant.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4DD011ACDDF for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 10:12:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level: 
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id klu31cxMTHHH for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 10:12:49 -0800 (PST)
Received: from emea01-am1-obe.outbound.protection.outlook.com (mail-am1on0687.outbound.protection.outlook.com [IPv6:2a01:111:f400:fe00::687]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F33A31ACDF5 for <lime@ietf.org>; Sat, 22 Nov 2014 10:12:48 -0800 (PST)
Received: from DB3PR04MB0761.eurprd04.prod.outlook.com (25.160.51.152) by DB3PR04MB0762.eurprd04.prod.outlook.com (25.160.51.153) with Microsoft SMTP Server (TLS) id 15.1.26.15; Sat, 22 Nov 2014 18:09:21 +0000
Received: from DB3PR04MB0761.eurprd04.prod.outlook.com ([25.160.51.152]) by DB3PR04MB0761.eurprd04.prod.outlook.com ([25.160.51.152]) with mapi id 15.01.0026.003; Sat, 22 Nov 2014 18:09:21 +0000
From: "Doolan, Paul (Coriant - US/Irving)" <paul.doolan@coriant.com>
To: "Carlos Pignataro (cpignata)" <cpignata@cisco.com>
Thread-Topic: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
Thread-Index: AQHQBm4DCeUcaRvf9E68yxzTvqWE/Jxs8hCA
Date: Sat, 22 Nov 2014 18:09:20 +0000
Message-ID: <A00BB17F-2F62-474D-948F-FDC31B7AB7A4@coriant.com>
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
In-Reply-To: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-messagesentrepresentingtype: 1
x-originating-ip: [32.210.21.102]
x-microsoft-antispam: BCL:0;PCL:0;RULEID:;SRVR:DB3PR04MB0762;
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:;SRVR:DB3PR04MB0762;
x-forefront-prvs: 040359335D
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(189002)(51914003)(24454002)(377454003)(199003)(95666004)(76176999)(54356999)(50986999)(83716003)(87936001)(2656002)(82746002)(97736003)(19580405001)(33656002)(19580395003)(31966008)(101416001)(92726001)(92566001)(86362001)(4396001)(46102003)(40100003)(36756003)(107046002)(20776003)(64706001)(122556002)(77156002)(77096003)(62966003)(16236675004)(21056001)(120916001)(110136001)(99396003)(66066001)(106356001)(105586002)(106116001)(104396001); DIR:OUT; SFP:1101; SCL:1; SRVR:DB3PR04MB0762; H:DB3PR04MB0761.eurprd04.prod.outlook.com; FPR:; SPF:None; MLV:sfv; PTR:InfoNoRecords; MX:1; A:1; LANG:en; 
Content-Type: multipart/alternative; boundary="_000_A00BB17F2F62474D948FFDC31B7AB7A4coriantcom_"
MIME-Version: 1.0
X-OriginatorOrg: coriant.com
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/YEx0fAG0mkV9iSv4q3M6llAj3AU
Cc: "lime@ietf.org" <lime@ietf.org>
Subject: Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 22 Nov 2014 18:12:52 -0000

--_000_A00BB17F2F62474D948FFDC31B7AB7A4coriantcom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Carlos,

On Nov 22, 2014, at 11:04 AM, "Carlos Pignataro (cpignata)" <cpignata@cisco=
.com<mailto:cpignata@cisco.com>>
 wrote:

f there are omissions or corrections, please respond to the list.

Looking at the minutes of my presentation I find:


For bullet one you wrote:

"Dan pointed that RFC6291 also have recomendation to how to use OAM in IETF
Paul said point taken."

This might be more accurately stated:

Dan pointed that RFC6291 contains recommendations on how to use the term OA=
M in IETF. Paul said point taken

6291 is about the meaning of the acronym more than about OAM itself.


For bullet two you wrote:

"Ron asked that this draft may be useful when we deveope work item and cont=
iute to be useful after WG is shut down, who will be the user? Paul mention=
ed perhaps some from ITU-T."

What I believe I said (or at least meant to) in answer to Ron's question wa=
s that the work (in the draft) would be useful to anyone who sought to have=
 a concise and accessible summary of the ITU-T work in this area. It took a=
 long time to assemble the material in it and would save others repeating t=
hat. So I think this bullet might be more accurately minuted as:

Ron asked that this draft may be useful when we deveope work item and conti=
ute to be useful after WG is shut down, who will be the user? Paul mentione=
d that it would continue be useful to anyone looking for a concise summary =
of the (extensive) ITU-T SG15 work in this area.

I hope you find these modifications accurate and agreeable.


thanks for the minutes and for entertaining the presentation,
best,
pd



--_000_A00BB17F2F62474D948FFDC31B7AB7A4coriantcom_
Content-Type: text/html; charset="us-ascii"
Content-ID: <7AD24FF8CA4103438F68CD616DBA8298@eurprd04.prod.outlook.com>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; ">
Hi Carlos,
<div><br>
<div>
<div>On Nov 22, 2014, at 11:04 AM, &quot;Carlos Pignataro (cpignata)&quot; =
&lt;<a href=3D"mailto:cpignata@cisco.com">cpignata@cisco.com</a>&gt;</div>
<div>&nbsp;wrote:</div>
<br class=3D"Apple-interchange-newline">
<blockquote type=3D"cite"><span style=3D"font-size: medium; font-style: nor=
mal; font-variant: normal; font-weight: normal; letter-spacing: normal; lin=
e-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; t=
ext-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -we=
bkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inlin=
e !important; float: none; ">f
 there are omissions or corrections, please respond to the list.</span></bl=
ockquote>
<br>
</div>
<div>Looking at the minutes of my presentation I find:</div>
<div><br>
</div>
<div>
<pre><font face=3D"Helvetica">For bullet one you wrote:</font></pre>
<pre><font face=3D"Helvetica">&quot;Dan pointed that RFC6291 also have reco=
mendation to how to use OAM in IETF
Paul said point taken.&quot;</font></pre>
<pre><font face=3D"Helvetica">This might be more accurately stated:</font><=
/pre>
<pre><pre><font face=3D"Helvetica">Dan pointed that RFC6291 contains recomm=
endations on how to use the term OAM in IETF. Paul said point taken</font><=
/pre><div><font face=3D"Helvetica">6291 is about the meaning of the acronym=
 more than about OAM itself.</font></div><div><font face=3D"Helvetica"><br>=
</font></div><div><font face=3D"Helvetica"><br></font></div><div><font face=
=3D"Helvetica">For bullet two you wrote:</font></div><div><font face=3D"Hel=
vetica"><br></font></div><div><font face=3D"Helvetica">&quot;Ron asked that=
 this draft may be useful when we deveope work item and contiute to be usef=
ul after WG is shut down, who will be the user? Paul mentioned perhaps some=
 from ITU-T.&quot;</font></div><div><div><font face=3D"Helvetica"><br></fon=
t></div></div><div><font face=3D"Helvetica">What I believe I said (or at le=
ast meant to) in answer to Ron's question was that the work (in the draft) =
would be useful to anyone who sought to have a concise and accessible summa=
ry of the ITU-T work in this area. It took a long time to assemble the mate=
rial in it and would save others repeating that. So I think this bullet mig=
ht be more accurately minuted as:</font></div><div><font face=3D"Helvetica"=
><br></font></div><div><font face=3D"Helvetica">Ron asked that this draft m=
ay be useful when we deveope work item and contiute to be useful after WG i=
s shut down, who will be the user? Paul mentioned that it would continue be=
 useful to anyone looking for a concise summary of the (extensive) ITU-T SG=
15 work in this area.</font></div></pre>
<div><br>
</div>
<div>I hope you find these modifications accurate and agreeable.</div>
<div><br>
</div>
<div><br>
</div>
<div>thanks for the minutes and for entertaining the presentation,</div>
<div>best,</div>
<div>pd</div>
<div><br>
</div>
</div>
<br>
</div>
</body>
</html>

--_000_A00BB17F2F62474D948FFDC31B7AB7A4coriantcom_--


From nobody Sat Nov 22 12:30:56 2014
Return-Path: <huubatwork@gmail.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9E2881A0140 for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 12:30:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XzKpg1UagymG for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 12:30:52 -0800 (PST)
Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ADC001A012D for <lime@ietf.org>; Sat, 22 Nov 2014 12:30:52 -0800 (PST)
Received: by mail-wi0-f174.google.com with SMTP id h11so2321926wiw.1 for <lime@ietf.org>; Sat, 22 Nov 2014 12:30:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=message-id:disposition-notification-to:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=mXy1JS3vpAUoyrmDveXb6/xHJ8DGoBw8WQU1Cqtpo4I=; b=rPSobVktGAxFkOYfZP9ErFS52LGncSZZFXQMzA1ID0I9l3A2F4GX1qAZeowedju3+Q IYEncZQfQzAmIXe0exlG6Mn0SBW3hU9JOAe21rRo5iLAwrRppDhhs4yidgRV/oIT8PZb Y2RSLx9NcjwbuVEdzFeH72aoXG4W5U+uRNekHC734eRHoqIE6gjojYjuBXVA7OFatdlf lhMR58M6xH1FG0AHgLIbonRk8v+SdmBbC65iSZRlEIHeCrjGmxo0SCqGdtFn+uf7FLoG hnGXuQ/aKpxp41MtUSMHFPlD16Ak6CLYNfu2D3stX3vS9P2lvl2Q6YetSlB9n+lmeNLA lM5Q==
X-Received: by 10.180.23.98 with SMTP id l2mr8065734wif.51.1416688251341; Sat, 22 Nov 2014 12:30:51 -0800 (PST)
Received: from McAsterix.local (g215085.upc-g.chello.nl. [80.57.215.85]) by mx.google.com with ESMTPSA id ek9sm4553061wib.21.2014.11.22.12.30.49 for <lime@ietf.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Nov 2014 12:30:49 -0800 (PST)
Message-ID: <5470F278.9000201@gmail.com>
Date: Sat, 22 Nov 2014 21:30:48 +0100
From: Huub van Helvoort <huubatwork@gmail.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: lime@ietf.org
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
In-Reply-To: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/qlK3wcBnP1aIL4h46mvYSQMq2I4
Subject: Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: huubatwork@gmail.com
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 22 Nov 2014 20:30:54 -0000

Hello Carlos, Qin,

You wrote:

> The IETF91 LIME WG Session Minutes has been posted.
> http://www.ietf.org/proceedings/91/minutes/minutes-91-lime
>
> Special thanks to Qin Wu for scribing and capturing these!
>
> If there are omissions or corrections, please respond to the list.

Were there no comments on the presentation by Yuji Tochio?

Gap Analysis for LIME
https://tools.ietf.org/agenda/91/slides/slides-91-lime-1.pdf
Yuji Tochio

Best regards, Huub.


-- 
*****************************************************************
               请记住，你是独一无二的，就像其他每一个人一样


From nobody Sat Nov 22 18:15:41 2014
Return-Path: <tochio@jp.fujitsu.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9E9451A1A57 for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 18:15:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.692
X-Spam-Level: 
X-Spam-Status: No, score=-1.692 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_JP=1.244, HOST_EQ_JP=1.265, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xT-u4QJOruLz for <lime@ietfa.amsl.com>; Sat, 22 Nov 2014 18:15:36 -0800 (PST)
Received: from fgwmail5.fujitsu.co.jp (fgwmail5.fujitsu.co.jp [192.51.44.35]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0263B1A1A50 for <lime@ietf.org>; Sat, 22 Nov 2014 18:15:35 -0800 (PST)
Received: from kw-mxoi1.gw.nic.fujitsu.com (unknown [10.0.237.133]) by fgwmail5.fujitsu.co.jp (Postfix) with ESMTP id C77A53EE0C7 for <lime@ietf.org>; Sun, 23 Nov 2014 11:15:34 +0900 (JST)
Received: from s2.gw.fujitsu.co.jp (s2.gw.fujitsu.co.jp [10.0.50.92]) by kw-mxoi1.gw.nic.fujitsu.com (Postfix) with ESMTP id D4EECAC0341 for <lime@ietf.org>; Sun, 23 Nov 2014 11:15:33 +0900 (JST)
Received: from m3051.s.css.fujitsu.com (m3051.s.css.fujitsu.com [10.134.21.209]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id 85F821DB802C for <lime@ietf.org>; Sun, 23 Nov 2014 11:15:33 +0900 (JST)
X-SecurityPolicyCheck: OK by SHieldMailChecker v2.3.2
X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20140924-1
X-SHieldMailCheckerMailID: f1fdb3356687442ea68566a11cf4b09f
Message-ID: <5471434A.2020401@jp.fujitsu.com>
Date: Sun, 23 Nov 2014 11:15:38 +0900
From: Yuji Tochio <tochio@jp.fujitsu.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: lime@ietf.org
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com> <5470F278.9000201@gmail.com>
In-Reply-To: <5470F278.9000201@gmail.com>
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
X-TM-AS-MML: No
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/fUjxIbDlULzun2e9SIdJSL2zJQM
Subject: Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 23 Nov 2014 02:15:37 -0000

Hi Huub and all

Right, due to the lack of time, it was only presentation.

Thanks Yuji

On 2014/11/23 5:30, Huub van Helvoort wrote:
> Hello Carlos, Qin,
>
> You wrote:
>
>> The IETF91 LIME WG Session Minutes has been posted.
>> http://www.ietf.org/proceedings/91/minutes/minutes-91-lime
>>
>> Special thanks to Qin Wu for scribing and capturing these!
>>
>> If there are omissions or corrections, please respond to the list.
>
> Were there no comments on the presentation by Yuji Tochio?
>
> Gap Analysis for LIME
> https://tools.ietf.org/agenda/91/slides/slides-91-lime-1.pdf
> Yuji Tochio
>
> Best regards, Huub.
>
>



From nobody Sun Nov 23 02:38:24 2014
Return-Path: <huubatwork@gmail.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 07C381A1AA2 for <lime@ietfa.amsl.com>; Sun, 23 Nov 2014 02:38:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bMsHBdBqtNGJ for <lime@ietfa.amsl.com>; Sun, 23 Nov 2014 02:38:21 -0800 (PST)
Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 122921A0174 for <lime@ietf.org>; Sun, 23 Nov 2014 02:38:21 -0800 (PST)
Received: by mail-wi0-f169.google.com with SMTP id r20so6280331wiv.4 for <lime@ietf.org>; Sun, 23 Nov 2014 02:38:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=message-id:disposition-notification-to:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=A3HT/5SIPNh3+l3dyfmqXVCv47/V358q2WHAzH2/dl4=; b=RQNO/yRaj8+cOi+GGWIIIRBAXKQTrNVGNXnd4LE3MSuNhAvrf1kWc4ckIkXLHnzsxd HyPk3TfGq5ZsQdzJtjAVrA7Pmxq+lmC6AhKofghb7eZ56/zwZPk18I5l+1E3jW65+1Nw Zy5iSC+8g+ndnvWTMZEWaG6FCZzIH6QLqBGuKp0+rAVqXWpaHtRe2BKU0BvjLNv1r8Tt iuURtt/rF2wu0A15aTPXP9fk3UsSwy7suC4inbc0wQ+tvFUwWe8OwNkLg8ltvSfeGEK2 wlIqpxx9QLwtOaU0/E0HhHLiVcfS/IPZKRNaLTQ75oOrWaAfig1KxVnDupIU5qXmkTdt nQng==
X-Received: by 10.194.185.115 with SMTP id fb19mr24245423wjc.121.1416739099832;  Sun, 23 Nov 2014 02:38:19 -0800 (PST)
Received: from McAsterix.local (g215085.upc-g.chello.nl. [80.57.215.85]) by mx.google.com with ESMTPSA id fi9sm6840708wib.6.2014.11.23.02.38.18 for <lime@ietf.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Nov 2014 02:38:19 -0800 (PST)
Message-ID: <5471B91A.4090302@gmail.com>
Date: Sun, 23 Nov 2014 11:38:18 +0100
From: Huub van Helvoort <huubatwork@gmail.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: lime@ietf.org
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com> <5470F278.9000201@gmail.com> <5471434A.2020401@jp.fujitsu.com>
In-Reply-To: <5471434A.2020401@jp.fujitsu.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/feodSZvvmUtl184BCaBC3fw_Mec
Subject: Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: huubatwork@gmail.com
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 23 Nov 2014 10:38:23 -0000

Hello Yuji,

You replied:

> Right, due to the lack of time, it was only presentation.

It would be good to mention this in the minutes, to avoid further
inquiries.

Cheers, Huub.


> On 2014/11/23 5:30, Huub van Helvoort wrote:
>> Hello Carlos, Qin,
>>
>> You wrote:
>>
>>> The IETF91 LIME WG Session Minutes has been posted.
>>> http://www.ietf.org/proceedings/91/minutes/minutes-91-lime
>>>
>>> Special thanks to Qin Wu for scribing and capturing these!
>>>
>>> If there are omissions or corrections, please respond to the list.
>>
>> Were there no comments on the presentation by Yuji Tochio?
>>
>> Gap Analysis for LIME
>> https://tools.ietf.org/agenda/91/slides/slides-91-lime-1.pdf
>> Yuji Tochio
>>
>> Best regards, Huub.
>>
>>
>
>
> _______________________________________________
> Lime mailing list
> Lime@ietf.org
> https://www.ietf.org/mailman/listinfo/lime
>


-- 
*****************************************************************
               请记住，你是独一无二的，就像其他每一个人一样


From nobody Sun Nov 23 17:30:43 2014
Return-Path: <bill.wu@huawei.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C620F1A1B79 for <lime@ietfa.amsl.com>; Sun, 23 Nov 2014 17:30:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.94
X-Spam-Level: 
X-Spam-Status: No, score=0.94 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, MIME_CHARSET_FARAWAY=2.45, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9cAt9DNkEIVT for <lime@ietfa.amsl.com>; Sun, 23 Nov 2014 17:30:37 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A24211A1B76 for <lime@ietf.org>; Sun, 23 Nov 2014 17:30:36 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml401-hub.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BPD13579; Mon, 24 Nov 2014 01:30:34 +0000 (GMT)
Received: from NKGEML401-HUB.china.huawei.com (10.98.56.32) by lhreml401-hub.china.huawei.com (10.201.5.240) with Microsoft SMTP Server (TLS) id 14.3.158.1; Mon, 24 Nov 2014 01:30:34 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.193]) by nkgeml401-hub.china.huawei.com ([10.98.56.32]) with mapi id 14.03.0158.001; Mon, 24 Nov 2014 09:30:29 +0800
From: Qin Wu <bill.wu@huawei.com>
To: "Doolan, Paul (Coriant - US/Irving)" <paul.doolan@coriant.com>, "Carlos Pignataro (cpignata)" <cpignata@cisco.com>
Thread-Topic: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
Thread-Index: AQHQBm4DCeUcaRvf9E68yxzTvqWE/Jxs8hCAgAIM6qA=
Date: Mon, 24 Nov 2014 01:30:28 +0000
Message-ID: <B8F9A780D330094D99AF023C5877DABA8464956E@nkgeml501-mbs.china.huawei.com>
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com> <A00BB17F-2F62-474D-948F-FDC31B7AB7A4@coriant.com>
In-Reply-To: <A00BB17F-2F62-474D-948F-FDC31B7AB7A4@coriant.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.180]
Content-Type: multipart/alternative; boundary="_000_B8F9A780D330094D99AF023C5877DABA8464956Enkgeml501mbschi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/6-nyhoeqIAn412WfvsVEnJBldZU
Cc: "lime@ietf.org" <lime@ietf.org>
Subject: Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 24 Nov 2014 01:30:41 -0000

--_000_B8F9A780D330094D99AF023C5877DABA8464956Enkgeml501mbschi_
Content-Type: text/plain; charset="gb2312"
Content-Transfer-Encoding: base64

SGksIFBhdWw6DQpUaGFua3MgZm9yIGFkZGluZyBtaXNzaW5nIHBpZWNlcy4gWW91ciBwcm9wb3Nl
ZCBtb2RpZmljYXRpb24gd29ya3MgZm9yIG1lLg0KDQpSZWdhcmRzIQ0KLVFpbg0Kt6K8/sjLOiBM
aW1lIFttYWlsdG86bGltZS1ib3VuY2VzQGlldGYub3JnXSC0+rHtIERvb2xhbiwgUGF1bCAoQ29y
aWFudCAtIFVTL0lydmluZykNCreiy83KsbzkOiAyMDE0xOoxMdTCMjPI1SAyOjA5DQrK1bz+yMs6
IENhcmxvcyBQaWduYXRhcm8gKGNwaWduYXRhKQ0Ks63LzTogbGltZUBpZXRmLm9yZw0K1vfM4jog
UmU6IFtMaW1lXSAqRFJBRlQqIE1pbnV0ZXMgZm9yIExJTUUgYXQgSUVURjkxIHBvc3RlZA0KDQpI
aSBDYXJsb3MsDQoNCk9uIE5vdiAyMiwgMjAxNCwgYXQgMTE6MDQgQU0sICJDYXJsb3MgUGlnbmF0
YXJvIChjcGlnbmF0YSkiIDxjcGlnbmF0YUBjaXNjby5jb208bWFpbHRvOmNwaWduYXRhQGNpc2Nv
LmNvbT4+DQogd3JvdGU6DQoNCg0KZiB0aGVyZSBhcmUgb21pc3Npb25zIG9yIGNvcnJlY3Rpb25z
LCBwbGVhc2UgcmVzcG9uZCB0byB0aGUgbGlzdC4NCg0KTG9va2luZyBhdCB0aGUgbWludXRlcyBv
ZiBteSBwcmVzZW50YXRpb24gSSBmaW5kOg0KDQoNCkZvciBidWxsZXQgb25lIHlvdSB3cm90ZToN
Cg0KIkRhbiBwb2ludGVkIHRoYXQgUkZDNjI5MSBhbHNvIGhhdmUgcmVjb21lbmRhdGlvbiB0byBo
b3cgdG8gdXNlIE9BTSBpbiBJRVRGDQoNClBhdWwgc2FpZCBwb2ludCB0YWtlbi4iDQoNClRoaXMg
bWlnaHQgYmUgbW9yZSBhY2N1cmF0ZWx5IHN0YXRlZDoNCg0KRGFuIHBvaW50ZWQgdGhhdCBSRkM2
MjkxIGNvbnRhaW5zIHJlY29tbWVuZGF0aW9ucyBvbiBob3cgdG8gdXNlIHRoZSB0ZXJtIE9BTSBp
biBJRVRGLiBQYXVsIHNhaWQgcG9pbnQgdGFrZW4NCg0KNjI5MSBpcyBhYm91dCB0aGUgbWVhbmlu
ZyBvZiB0aGUgYWNyb255bSBtb3JlIHRoYW4gYWJvdXQgT0FNIGl0c2VsZi4NCg0KDQoNCg0KDQpG
b3IgYnVsbGV0IHR3byB5b3Ugd3JvdGU6DQoNCg0KDQoiUm9uIGFza2VkIHRoYXQgdGhpcyBkcmFm
dCBtYXkgYmUgdXNlZnVsIHdoZW4gd2UgZGV2ZW9wZSB3b3JrIGl0ZW0gYW5kIGNvbnRpdXRlIHRv
IGJlIHVzZWZ1bCBhZnRlciBXRyBpcyBzaHV0IGRvd24sIHdobyB3aWxsIGJlIHRoZSB1c2VyPyBQ
YXVsIG1lbnRpb25lZCBwZXJoYXBzIHNvbWUgZnJvbSBJVFUtVC4iDQoNCg0KDQpXaGF0IEkgYmVs
aWV2ZSBJIHNhaWQgKG9yIGF0IGxlYXN0IG1lYW50IHRvKSBpbiBhbnN3ZXIgdG8gUm9uJ3MgcXVl
c3Rpb24gd2FzIHRoYXQgdGhlIHdvcmsgKGluIHRoZSBkcmFmdCkgd291bGQgYmUgdXNlZnVsIHRv
IGFueW9uZSB3aG8gc291Z2h0IHRvIGhhdmUgYSBjb25jaXNlIGFuZCBhY2Nlc3NpYmxlIHN1bW1h
cnkgb2YgdGhlIElUVS1UIHdvcmsgaW4gdGhpcyBhcmVhLiBJdCB0b29rIGEgbG9uZyB0aW1lIHRv
IGFzc2VtYmxlIHRoZSBtYXRlcmlhbCBpbiBpdCBhbmQgd291bGQgc2F2ZSBvdGhlcnMgcmVwZWF0
aW5nIHRoYXQuIFNvIEkgdGhpbmsgdGhpcyBidWxsZXQgbWlnaHQgYmUgbW9yZSBhY2N1cmF0ZWx5
IG1pbnV0ZWQgYXM6DQoNCg0KDQpSb24gYXNrZWQgdGhhdCB0aGlzIGRyYWZ0IG1heSBiZSB1c2Vm
dWwgd2hlbiB3ZSBkZXZlb3BlIHdvcmsgaXRlbSBhbmQgY29udGl1dGUgdG8gYmUgdXNlZnVsIGFm
dGVyIFdHIGlzIHNodXQgZG93biwgd2hvIHdpbGwgYmUgdGhlIHVzZXI/IFBhdWwgbWVudGlvbmVk
IHRoYXQgaXQgd291bGQgY29udGludWUgYmUgdXNlZnVsIHRvIGFueW9uZSBsb29raW5nIGZvciBh
IGNvbmNpc2Ugc3VtbWFyeSBvZiB0aGUgKGV4dGVuc2l2ZSkgSVRVLVQgU0cxNSB3b3JrIGluIHRo
aXMgYXJlYS4NCg0KSSBob3BlIHlvdSBmaW5kIHRoZXNlIG1vZGlmaWNhdGlvbnMgYWNjdXJhdGUg
YW5kIGFncmVlYWJsZS4NCg0KDQp0aGFua3MgZm9yIHRoZSBtaW51dGVzIGFuZCBmb3IgZW50ZXJ0
YWluaW5nIHRoZSBwcmVzZW50YXRpb24sDQpiZXN0LA0KcGQNCg0KDQo=

--_000_B8F9A780D330094D99AF023C5877DABA8464956Enkgeml501mbschi_
Content-Type: text/html; charset="gb2312"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dgb2312">
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Helvetica;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML \9884\8BBE\683C\5F0F Char";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.HTMLChar
	{mso-style-name:"HTML \9884\8BBE\683C\5F0F Char";
	mso-style-priority:99;
	mso-style-link:"HTML \9884\8BBE\683C\5F0F";
	font-family:"Courier New";}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.5pt;font-=
family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Hi, Paul:<=
o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.5pt;font-=
family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Thanks for=
 adding missing pieces. Your proposed modification works for me.<o:p></o:p>=
</span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.5pt;font-=
family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp=
;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.5pt;font-=
family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Regards!<o=
:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.5pt;font-=
family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">-Qin<o:p><=
/o:p></span></p>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm =
0cm 0cm">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:SimSu=
n">=B7=A2=BC=FE=C8=CB<span lang=3D"EN-US">:</span></span></b><span lang=3D"=
EN-US" style=3D"font-size:10.0pt;font-family:SimSun"> Lime [mailto:lime-bou=
nces@ietf.org]
</span><b><span style=3D"font-size:10.0pt;font-family:SimSun">=B4=FA=B1=ED =
</span></b><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:SimSu=
n">Doolan, Paul (Coriant - US/Irving)<br>
</span><b><span style=3D"font-size:10.0pt;font-family:SimSun">=B7=A2=CB=CD=
=CA=B1=BC=E4<span lang=3D"EN-US">:</span></span></b><span lang=3D"EN-US" st=
yle=3D"font-size:10.0pt;font-family:SimSun"> 2014</span><span style=3D"font=
-size:10.0pt;font-family:SimSun">=C4=EA<span lang=3D"EN-US">11</span>=D4=C2=
<span lang=3D"EN-US">23</span>=C8=D5<span lang=3D"EN-US">
 2:09<br>
</span><b>=CA=D5=BC=FE=C8=CB<span lang=3D"EN-US">:</span></b><span lang=3D"=
EN-US"> Carlos Pignataro (cpignata)<br>
</span><b>=B3=AD=CB=CD<span lang=3D"EN-US">:</span></b><span lang=3D"EN-US"=
> lime@ietf.org<br>
</span><b>=D6=F7=CC=E2<span lang=3D"EN-US">:</span></b><span lang=3D"EN-US"=
> Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted<o:p></o:p></span></s=
pan></p>
</div>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi Carlos, <o:p></o:p></span></=
p>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">On Nov 22, 2014, at 11:04 AM, &=
quot;Carlos Pignataro (cpignata)&quot; &lt;<a href=3D"mailto:cpignata@cisco=
.com">cpignata@cisco.com</a>&gt;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">&nbsp;wrote:<o:p></o:p></span><=
/p>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><br>
<br>
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:13.5pt">f th=
ere are omissions or corrections, please respond to the list.</span><span l=
ang=3D"EN-US"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Looking at the minutes of my pr=
esentation I find:<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">For bullet one you wrote:</span><span lang=3D"EN-US"><o:p=
></o:p></span></pre>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">&quot;Dan pointed that RFC6291 also have recomendation to=
 how to use OAM in IETF<o:p></o:p></span></pre>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">Paul said point taken.&quot;</span><span lang=3D"EN-US"><=
o:p></o:p></span></pre>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">This might be more accurately stated:</span><span lang=3D=
"EN-US"><o:p></o:p></span></pre>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">Dan pointed that RFC6291 contains recommendations on how =
to use the term OAM in IETF. Paul said point taken</span><span lang=3D"EN-U=
S"><o:p></o:p></span></pre>
<div>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">6291 is about the meaning of the acronym more than about =
OAM itself.</span><span lang=3D"EN-US"><o:p></o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">For bullet two you wrote:</span><span lang=3D"EN-US"><o:p=
></o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">&quot;Ron asked that this draft may be useful when we dev=
eope work item and contiute to be useful after WG is shut down, who will be=
 the user? Paul mentioned perhaps some from ITU-T.&quot;</span><span lang=
=3D"EN-US"><o:p></o:p></span></pre>
</div>
<div>
<div>
<pre><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></pre>
</div>
</div>
<div>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">What I believe I said (or at least meant to) in answer to=
 Ron's question was that the work (in the draft) would be useful to anyone =
who sought to have a concise and accessible summary of the ITU-T work in th=
is area. It took a long time to assemble the material in it and would save =
others repeating that. So I think this bullet might be more accurately minu=
ted as:</span><span lang=3D"EN-US"><o:p></o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></pre>
</div>
<div>
<pre><span lang=3D"EN-US" style=3D"font-family:&quot;Helvetica&quot;,&quot;=
sans-serif&quot;">Ron asked that this draft may be useful when we deveope w=
ork item and contiute to be useful after WG is shut down, who will be the u=
ser? Paul mentioned that it would continue be useful to anyone looking for =
a concise summary of the (extensive) ITU-T SG15 work in this area.</span><s=
pan lang=3D"EN-US"><o:p></o:p></span></pre>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I hope you find these modificat=
ions accurate and agreeable.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">thanks for the minutes and for =
entertaining the presentation,<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">best,<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US">pd<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
</div>
</body>
</html>

--_000_B8F9A780D330094D99AF023C5877DABA8464956Enkgeml501mbschi_--


From nobody Sun Nov 23 17:34:42 2014
Return-Path: <bill.wu@huawei.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 186881A1B78 for <lime@ietfa.amsl.com>; Sun, 23 Nov 2014 17:34:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.211
X-Spam-Level: 
X-Spam-Status: No, score=-4.211 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PO9q4_9dfu7I for <lime@ietfa.amsl.com>; Sun, 23 Nov 2014 17:34:38 -0800 (PST)
Received: from lhrrgout.huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21DA21A1A07 for <lime@ietf.org>; Sun, 23 Nov 2014 17:34:37 -0800 (PST)
Received: from 172.18.7.190 (EHLO lhreml404-hub.china.huawei.com) ([172.18.7.190]) by lhrrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id BPD13843; Mon, 24 Nov 2014 01:32:12 +0000 (GMT)
Received: from NKGEML404-HUB.china.huawei.com (10.98.56.35) by lhreml404-hub.china.huawei.com (10.201.5.218) with Microsoft SMTP Server (TLS) id 14.3.158.1; Mon, 24 Nov 2014 01:32:12 +0000
Received: from NKGEML501-MBS.china.huawei.com ([169.254.2.193]) by nkgeml404-hub.china.huawei.com ([10.98.56.35]) with mapi id 14.03.0158.001; Mon, 24 Nov 2014 09:32:05 +0800
From: Qin Wu <bill.wu@huawei.com>
To: "huubatwork@gmail.com" <huubatwork@gmail.com>, "lime@ietf.org" <lime@ietf.org>
Thread-Topic: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
Thread-Index: AQHQBm4DCeUcaRvf9E68yxzTvqWE/Jxsk20AgABgWQCAAIxxAIABf2tA
Date: Mon, 24 Nov 2014 01:32:05 +0000
Message-ID: <B8F9A780D330094D99AF023C5877DABA8464958C@nkgeml501-mbs.china.huawei.com>
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com> <5470F278.9000201@gmail.com> <5471434A.2020401@jp.fujitsu.com> <5471B91A.4090302@gmail.com>
In-Reply-To: <5471B91A.4090302@gmail.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.138.41.180]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/ohZg-XRuM_szNcyLwP2RddJp62k
Subject: Re: [Lime] *DRAFT* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 24 Nov 2014 01:34:40 -0000

WXVqaSBpcyBjb3JyZWN0LCBIdXViJ3Mgc3VnZ2VzdGlvbiBtYWtlcyBzZW5zZS4NClRoYW5rcyBI
dXViLg0KDQpSZWdhcmRzIQ0KLVFpbg0KLS0tLS3pgq7ku7bljp/ku7YtLS0tLQ0K5Y+R5Lu25Lq6
OiBMaW1lIFttYWlsdG86bGltZS1ib3VuY2VzQGlldGYub3JnXSDku6PooaggSHV1YiB2YW4gSGVs
dm9vcnQNCuWPkemAgeaXtumXtDogMjAxNOW5tDEx5pyIMjPml6UgMTg6MzgNCuaUtuS7tuS6ujog
bGltZUBpZXRmLm9yZw0K5Li76aKYOiBSZTogW0xpbWVdICpEUkFGVCogTWludXRlcyBmb3IgTElN
RSBhdCBJRVRGOTEgcG9zdGVkDQoNCkhlbGxvIFl1amksDQoNCllvdSByZXBsaWVkOg0KDQo+IFJp
Z2h0LCBkdWUgdG8gdGhlIGxhY2sgb2YgdGltZSwgaXQgd2FzIG9ubHkgcHJlc2VudGF0aW9uLg0K
DQpJdCB3b3VsZCBiZSBnb29kIHRvIG1lbnRpb24gdGhpcyBpbiB0aGUgbWludXRlcywgdG8gYXZv
aWQgZnVydGhlciBpbnF1aXJpZXMuDQoNCkNoZWVycywgSHV1Yi4NCg0KDQo+IE9uIDIwMTQvMTEv
MjMgNTozMCwgSHV1YiB2YW4gSGVsdm9vcnQgd3JvdGU6DQo+PiBIZWxsbyBDYXJsb3MsIFFpbiwN
Cj4+DQo+PiBZb3Ugd3JvdGU6DQo+Pg0KPj4+IFRoZSBJRVRGOTEgTElNRSBXRyBTZXNzaW9uIE1p
bnV0ZXMgaGFzIGJlZW4gcG9zdGVkLg0KPj4+IGh0dHA6Ly93d3cuaWV0Zi5vcmcvcHJvY2VlZGlu
Z3MvOTEvbWludXRlcy9taW51dGVzLTkxLWxpbWUNCj4+Pg0KPj4+IFNwZWNpYWwgdGhhbmtzIHRv
IFFpbiBXdSBmb3Igc2NyaWJpbmcgYW5kIGNhcHR1cmluZyB0aGVzZSENCj4+Pg0KPj4+IElmIHRo
ZXJlIGFyZSBvbWlzc2lvbnMgb3IgY29ycmVjdGlvbnMsIHBsZWFzZSByZXNwb25kIHRvIHRoZSBs
aXN0Lg0KPj4NCj4+IFdlcmUgdGhlcmUgbm8gY29tbWVudHMgb24gdGhlIHByZXNlbnRhdGlvbiBi
eSBZdWppIFRvY2hpbz8NCj4+DQo+PiBHYXAgQW5hbHlzaXMgZm9yIExJTUUNCj4+IGh0dHBzOi8v
dG9vbHMuaWV0Zi5vcmcvYWdlbmRhLzkxL3NsaWRlcy9zbGlkZXMtOTEtbGltZS0xLnBkZg0KPj4g
WXVqaSBUb2NoaW8NCj4+DQo+PiBCZXN0IHJlZ2FyZHMsIEh1dWIuDQo+Pg0KPj4NCj4NCj4NCj4g
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCj4gTGltZSBt
YWlsaW5nIGxpc3QNCj4gTGltZUBpZXRmLm9yZw0KPiBodHRwczovL3d3dy5pZXRmLm9yZy9tYWls
bWFuL2xpc3RpbmZvL2xpbWUNCj4NCg0KDQotLQ0KKioqKioqKioqKioqKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCiAgICAgICAgICAgICAgIOiv
t+iusOS9j++8jOS9oOaYr+eLrOS4gOaXoOS6jOeahO+8jOWwseWDj+WFtuS7luavj+S4gOS4quS6
uuS4gOagtw0KDQpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
Xw0KTGltZSBtYWlsaW5nIGxpc3QNCkxpbWVAaWV0Zi5vcmcNCmh0dHBzOi8vd3d3LmlldGYub3Jn
L21haWxtYW4vbGlzdGluZm8vbGltZQ0K


From nobody Mon Nov 24 14:30:44 2014
Return-Path: <cpignata@cisco.com>
X-Original-To: lime@ietfa.amsl.com
Delivered-To: lime@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BFFBD1A86EE for <lime@ietfa.amsl.com>; Mon, 24 Nov 2014 14:30:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.51
X-Spam-Level: 
X-Spam-Status: No, score=-14.51 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N91JJ2MREPmW for <lime@ietfa.amsl.com>; Mon, 24 Nov 2014 14:30:31 -0800 (PST)
Received: from alln-iport-6.cisco.com (alln-iport-6.cisco.com [173.37.142.93]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D75C1A7D80 for <lime@ietf.org>; Mon, 24 Nov 2014 14:30:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=3614; q=dns/txt; s=iport; t=1416868230; x=1418077830; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=1oG/rVK7kGmRfxwcQGXnAAT0ULOy5QfkXXf1EkGb25g=; b=TmK47wMexdJHHjW002RhPrJztsoriEvQ89n9XMA68LPOMQjFHLuoEU5u /VKTyzVO9JPUwmThp88ogJlHe4xBOGTHLf3/oEgsW3eeG+nfXtly3Ck9X 988cS6fJ2fKbha1UULw2SGz81qf/jgMsXml7GWmq2IDG79RB3chlUjOkj E=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ak0KAIKwc1StJV2T/2dsb2JhbABbgmsjVVkEgwLFYYI5hmoCHHYWAQEBAQF9hAMBAQQjZgIBDDsDAgICMBQRAgQTCYg4AQy6GJYtAQEBAQEBAQMBAQEBAQEBAQEBGJESgnk2gR8FkDqCLowZgTSDWZINg314gUiBAwEBAQ
X-IronPort-AV: E=Sophos; i="5.07,451,1413244800"; d="scan'208,217"; a="99717531"
Received: from rcdn-core-11.cisco.com ([173.37.93.147]) by alln-iport-6.cisco.com with ESMTP; 24 Nov 2014 22:30:29 +0000
Received: from xhc-rcd-x01.cisco.com (xhc-rcd-x01.cisco.com [173.37.183.75]) by rcdn-core-11.cisco.com (8.14.5/8.14.5) with ESMTP id sAOMUSX7020825 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for <lime@ietf.org>; Mon, 24 Nov 2014 22:30:28 GMT
Received: from xmb-aln-x02.cisco.com ([fe80::8c1c:7b85:56de:ffd1]) by xhc-rcd-x01.cisco.com ([173.37.183.75]) with mapi id 14.03.0195.001; Mon, 24 Nov 2014 16:30:28 -0600
From: "Carlos Pignataro (cpignata)" <cpignata@cisco.com>
To: "lime@ietf.org" <lime@ietf.org>
Thread-Topic: *REVISED* Minutes for LIME at IETF91 posted
Thread-Index: AQHQCDY/Vl32MrOK70y6Jjcue8YEfA==
Date: Mon, 24 Nov 2014 22:30:27 +0000
Message-ID: <4421CB1F-061F-4977-AD8D-E13F3B12211F@cisco.com>
References: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
In-Reply-To: <FEFBF392-4BF2-4C40-8B73-F0477E486BB4@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [64.102.156.239]
Content-Type: multipart/alternative; boundary="_000_4421CB1F061F4977AD8DE13F3B12211Fciscocom_"
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/lime/0I20cqXRosZLzWlrUWyX6SGR4XY
Subject: [Lime] *REVISED* Minutes for LIME at IETF91 posted
X-BeenThere: lime@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Layer Independent OAM Management in Multi-Layer Environment \(LIME\) discussion list." <lime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lime>, <mailto:lime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lime/>
List-Post: <mailto:lime@ietf.org>
List-Help: <mailto:lime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lime>, <mailto:lime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 24 Nov 2014 22:30:37 -0000

--_000_4421CB1F061F4977AD8DE13F3B12211Fciscocom_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

V0csDQoNClJldmlzZWQgbWludXRlcyBoYXZlIGJlZW4gdXBsb2FkZWQ6DQpodHRwOi8vd3d3Lmll
dGYub3JnL3Byb2NlZWRpbmdzLzkxL21pbnV0ZXMvbWludXRlcy05MS1saW1lDQoNClRoYW5rcyB0
byBIdXViLCBQYXVsLCBhbmQgUWluIGZvciB0aGUgY29ycmVjdGlvbnMuDQoNCuKAlCBDYXJsb3Mu
DQoNCk9uIE5vdiAyMiwgMjAxNCwgYXQgMTE6MDQgQU0sIENhcmxvcyBQaWduYXRhcm8gKGNwaWdu
YXRhKSA8Y3BpZ25hdGFAY2lzY28uY29tPG1haWx0bzpjcGlnbmF0YUBjaXNjby5jb20+PiB3cm90
ZToNCg0KV0csDQoNClRoZSBJRVRGOTEgTElNRSBXRyBTZXNzaW9uIE1pbnV0ZXMgaGFzIGJlZW4g
cG9zdGVkLg0KaHR0cDovL3d3dy5pZXRmLm9yZy9wcm9jZWVkaW5ncy85MS9taW51dGVzL21pbnV0
ZXMtOTEtbGltZQ0KDQpTcGVjaWFsIHRoYW5rcyB0byBRaW4gV3UgZm9yIHNjcmliaW5nIGFuZCBj
YXB0dXJpbmcgdGhlc2UhDQoNCklmIHRoZXJlIGFyZSBvbWlzc2lvbnMgb3IgY29ycmVjdGlvbnMs
IHBsZWFzZSByZXNwb25kIHRvIHRoZSBsaXN0Lg0KDQpUaGFua3MsDQoNCkNhcmxvcy4NCg0K

--_000_4421CB1F061F4977AD8DE13F3B12211Fciscocom_
Content-Type: text/html; charset="utf-8"
Content-ID: <A92DD41394B7AD4D96B2330FB0BB36EF@emea.cisco.com>
Content-Transfer-Encoding: base64

PGh0bWw+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0i
dGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjwvaGVhZD4NCjxib2R5IHN0eWxlPSJ3b3JkLXdy
YXA6IGJyZWFrLXdvcmQ7IC13ZWJraXQtbmJzcC1tb2RlOiBzcGFjZTsgLXdlYmtpdC1saW5lLWJy
ZWFrOiBhZnRlci13aGl0ZS1zcGFjZTsiIGNsYXNzPSIiPg0KV0csDQo8ZGl2IGNsYXNzPSIiPjxi
ciBjbGFzcz0iIj4NCjwvZGl2Pg0KPGRpdiBjbGFzcz0iIj5SZXZpc2VkIG1pbnV0ZXMgaGF2ZSBi
ZWVuIHVwbG9hZGVkOjwvZGl2Pg0KPGRpdiBjbGFzcz0iIj48YSBocmVmPSJodHRwOi8vd3d3Lmll
dGYub3JnL3Byb2NlZWRpbmdzLzkxL21pbnV0ZXMvbWludXRlcy05MS1saW1lIiBjbGFzcz0iIj5o
dHRwOi8vd3d3LmlldGYub3JnL3Byb2NlZWRpbmdzLzkxL21pbnV0ZXMvbWludXRlcy05MS1saW1l
PC9hPjwvZGl2Pg0KPGRpdiBjbGFzcz0iIj48YnIgY2xhc3M9IiI+DQo8L2Rpdj4NCjxkaXYgY2xh
c3M9IiI+VGhhbmtzIHRvIEh1dWIsIFBhdWwsIGFuZCBRaW4gZm9yIHRoZSBjb3JyZWN0aW9ucy48
L2Rpdj4NCjxkaXYgY2xhc3M9IiI+PGJyIGNsYXNzPSIiPg0KPC9kaXY+DQo8ZGl2IGNsYXNzPSIi
PuKAlCBDYXJsb3MuPC9kaXY+DQo8ZGl2IGNsYXNzPSIiPjxiciBjbGFzcz0iIj4NCjxkaXY+DQo8
YmxvY2txdW90ZSB0eXBlPSJjaXRlIiBjbGFzcz0iIj4NCjxkaXYgY2xhc3M9IiI+T24gTm92IDIy
LCAyMDE0LCBhdCAxMTowNCBBTSwgQ2FybG9zIFBpZ25hdGFybyAoY3BpZ25hdGEpICZsdDs8YSBo
cmVmPSJtYWlsdG86Y3BpZ25hdGFAY2lzY28uY29tIiBjbGFzcz0iIj5jcGlnbmF0YUBjaXNjby5j
b208L2E+Jmd0OyB3cm90ZTo8L2Rpdj4NCjxiciBjbGFzcz0iQXBwbGUtaW50ZXJjaGFuZ2UtbmV3
bGluZSI+DQo8ZGl2IGNsYXNzPSIiPg0KPGRpdiBzdHlsZT0id29yZC13cmFwOiBicmVhay13b3Jk
OyAtd2Via2l0LW5ic3AtbW9kZTogc3BhY2U7IC13ZWJraXQtbGluZS1icmVhazogYWZ0ZXItd2hp
dGUtc3BhY2U7IiBjbGFzcz0iIj4NCldHLA0KPGRpdiBjbGFzcz0iIj48YnIgY2xhc3M9IiI+DQo8
L2Rpdj4NCjxkaXYgY2xhc3M9IiI+VGhlIElFVEY5MSBMSU1FIFdHIFNlc3Npb24gTWludXRlcyBo
YXMgYmVlbiBwb3N0ZWQuPGJyIGNsYXNzPSIiPg0KPC9kaXY+DQo8ZGl2IGNsYXNzPSIiPjxhIGhy
ZWY9Imh0dHA6Ly93d3cuaWV0Zi5vcmcvcHJvY2VlZGluZ3MvOTEvbWludXRlcy9taW51dGVzLTkx
LWxpbWUiIGNsYXNzPSIiPmh0dHA6Ly93d3cuaWV0Zi5vcmcvcHJvY2VlZGluZ3MvOTEvbWludXRl
cy9taW51dGVzLTkxLWxpbWUNCjwvYT48L2Rpdj4NCjxkaXYgY2xhc3M9IiI+PGJyIGNsYXNzPSIi
Pg0KPC9kaXY+DQo8ZGl2IGNsYXNzPSIiPlNwZWNpYWwgdGhhbmtzIHRvIFFpbiBXdSBmb3Igc2Ny
aWJpbmcgYW5kIGNhcHR1cmluZyB0aGVzZSE8L2Rpdj4NCjxkaXYgY2xhc3M9IiI+PGJyIGNsYXNz
PSIiPg0KPC9kaXY+DQo8ZGl2IGNsYXNzPSIiPklmIHRoZXJlIGFyZSBvbWlzc2lvbnMgb3IgY29y
cmVjdGlvbnMsIHBsZWFzZSByZXNwb25kIHRvIHRoZSBsaXN0LjwvZGl2Pg0KPGRpdiBjbGFzcz0i
Ij48YnIgY2xhc3M9IiI+DQo8L2Rpdj4NCjxkaXYgY2xhc3M9IiI+VGhhbmtzLDwvZGl2Pg0KPGRp
diBjbGFzcz0iIj48YnIgY2xhc3M9IiI+DQo8L2Rpdj4NCjxkaXYgY2xhc3M9IiI+Q2FybG9zLjwv
ZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvYmxvY2txdW90ZT4NCjwvZGl2Pg0KPGJyIGNsYXNzPSIi
Pg0KPC9kaXY+DQo8L2JvZHk+DQo8L2h0bWw+DQo=

--_000_4421CB1F061F4977AD8DE13F3B12211Fciscocom_--

