Hi,

The ietf-yang-library module relies on "yang-identifier", which was added
to the 2nd
version of the ietf-yang-types. It does not compile unless that version is
used.


OLD:

    import ietf-yang-types {
        prefix yang;
    }


NEW:

    import ietf-yang-types {
        prefix yang;
        revision-date "2013-07-15";
        reference "RFC 6991: Common YANG Data Types";
    }


There are other modules such as ietf-ip that rely on RFC 6991 additions
and the import-stmt (in every case) should be changed to specify the
required revision-date.


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

Reply via email to