Skip to content

Commit

Permalink
Augment Sugar: Argument definition
Browse files Browse the repository at this point in the history
Added argument definition for augment-grouping target-grouping path.
  • Loading branch information
tonydamage committed Mar 7, 2016
1 parent fa628b4 commit 6a1ab52
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions netmod-augment-sugar/ietf-augment-grouping.yang
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,19 @@ module ietf-augment-grouping {
extension "augment-grouping" {
description
"Defines a set of augment statements to be attached to the grouping
identified by the argument. An instance of this extension can
carry one or more augment statements, which will be applied to
each instantiation of the target grouping.
identified by the argument. An instance of this extension can carry
one or more augment statements, which will be applied to each
instantiation of the target grouping.
The argument of this extension is 'identifier-ref-arg-str' as defined
in RFC6020 referencing definition of grouping, which instantiations
are augmented.
The argument of these augment statements must be a relative path,
The argument of these augment statements must be a relative path
not an absolute and its target must lie within the grouping or
augmentations introduced by other modules using this extension.
Argument value of \".\" indicates that the container (or list)
Argument value of \".\" indicates that the container (list or case)
in which the grouping is being instantiated is to be augmented.
All nodes introduced via this extension will have the namespace
Expand Down

0 comments on commit 6a1ab52

Please sign in to comment.