[YANG] Re: Requirement question
Ladislav Lhotka <lhotka@cesnet.cz> Thu, 17 January 2008 08:46 UTC
Return-path: <yang-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
by megatron.ietf.org with esmtp (Exim 4.43)
id 1JFQOg-0005EM-1K; Thu, 17 Jan 2008 03:46:50 -0500
Received: from yang by megatron.ietf.org with local (Exim 4.43)
id 1JFQOf-0005Bl-Gs
for yang-confirm+ok@megatron.ietf.org; Thu, 17 Jan 2008 03:46:49 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
by megatron.ietf.org with esmtp (Exim 4.43) id 1JFQOf-00059Y-2P
for yang@ietf.org; Thu, 17 Jan 2008 03:46:49 -0500
Received: from office2.cesnet.cz ([195.113.144.244])
by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1JFQOe-0004Wu-Oj
for yang@ietf.org; Thu, 17 Jan 2008 03:46:49 -0500
Received: from [172.29.2.201] (asus-gx.lhotka.cesnet.cz [195.113.161.161])
by office2.cesnet.cz (Postfix) with ESMTP id 4D10AD800BD;
Thu, 17 Jan 2008 09:46:48 +0100 (CET)
From: Ladislav Lhotka <lhotka@cesnet.cz>
To: David Partain <david.partain@ericsson.com>
In-Reply-To: <1200559077.10666.26.camel@missotis>
References: <200801161746.52622.david.partain@ericsson.com>
<1200559077.10666.26.camel@missotis>
Content-Type: text/plain; charset=utf-8
Organization: CESNET
Date: Thu, 17 Jan 2008 09:46:48 +0100
Message-Id: <1200559608.10666.30.camel@missotis>
Mime-Version: 1.0
X-Mailer: Evolution 2.12.1
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 52e1467c2184c31006318542db5614d5
Cc: yang <yang@ietf.org>
Subject: [YANG] Re: Requirement question
X-BeenThere: yang@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: YANG modeling Language for NETCONF <yang.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/yang>,
<mailto:yang-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/yang>
List-Post: <mailto:yang@ietf.org>
List-Help: <mailto:yang-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/yang>,
<mailto:yang-request@ietf.org?subject=subscribe>
Errors-To: yang-bounces@ietf.org
Sorry, I forgot to copy another chunk from Phils's example:
Ladislav Lhotka píše v Čt 17. 01. 2008 v 09:37 +0100:
> YANG declaration (currently illegal):
>
grouping endpoint {
leaf address {
type inet:address;
}
leaf port {
type inet:port;
}
}
> list flow {
> key "source/address source/port
> destination/address destination/port";
> container source {
> use endpoint;
> }
> container destination {
> use endpoint;
> }
> leaf packet-count {
> type uint32;
> }
> }
>
>
> Lada
>
--
Ladislav Lhotka, CESNET
PGP Key ID: E74E8C0C
_______________________________________________
YANG mailing list
YANG@ietf.org
https://www1.ietf.org/mailman/listinfo/yang
- [YANG] Re: Requirement question Ladislav Lhotka
- [YANG] Re: Requirement question Ladislav Lhotka