Hi,

Is there a WEB page that lists all the upcoming virtual meetings?
This would really help people remember without scanning lots of
ietf-announce
email.


I have a issue request for next week.
IMO the text for what an arbitrary "YANG tool" MUST, SHOULD, or MAY
do with an extension-stmt is not clear and no consensus exists yet either.

The specific use-case is the addition of an "ephemeral-stmt" as a
sub-statement
of the individual data-def-stmt types.

I think Martin has suggested a solution that I want to expand and get into
YANG 1.1.

   - A YANG tool MUST support the deviate-stmt and refine-stmt for external
statements

grouping shared-parms {
        //  plain config parms w/ no ephemeral-stmt
}

  container foo-config {
      uses shared-parms {
          refine parm1 {
             i2rs:ephemeral true;
          }
          refine parm3 {
             i2rs:ephemeral true;
          }
      }
  }


I do not think the current ABNF and normative text supports external-stmts.
A similar example can be made for an object not in a grouping, using
"deviate add".
However deviation-stmt is not allowed in any standard modules, so this
is also a problem.

IMO this is required to add new keywords to data nodes like 'ephemeral'
or 'related-state'. Currently YANG 1.1 is not good enough to support
the use of external statements in standards.


Andy


On Tue, Sep 1, 2015 at 7:29 AM, Juergen Schoenwaelder <
[email protected]> wrote:

> Hi,
>
> attached are the minutes of the 2015-03-31 virtual interim meeting.
> Please let me know if something needs fixing.
>
> You can find all the virtual interim meeting minutes next to the YANG
> 1.1 issue list in the NETMOD WG subversion repository:
>
>      http://svn.tools.ietf.org/svn/wg/netmod/yang-1.1/
>
> /js
>
> --
> Juergen Schoenwaelder           Jacobs University Bremen gGmbH
> Phone: +49 421 200 3587         Campus Ring 1 | 28759 Bremen | Germany
> Fax:   +49 421 200 3103         <http://www.jacobs-university.de/>
>
> _______________________________________________
> netmod mailing list
> [email protected]
> https://www.ietf.org/mailman/listinfo/netmod
>
>
_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to