Hi,

RFC 7950 has no text at all that addresses this specific point:

module if-aug {
  yang-version 1.1;
  namespace "http://netconfcentral.org/ns/if-aug";;
  prefix ifa;
  import ietf-interfaces { prefix if; }
  revision "2017-10-14";

  augment "/if:interfaces-state/if:interface" {
    action reset {
      description "Reset this interface";
    }
  }
}

Both pyang and yangdump-pro accept this module with no warnings or errors.
Sec. 12 should address this issue.


Andy
_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to