Hello,

I though our strategy was to always use the latest revision available. At least till now that works for me.

regards Balazs


On 2017-11-15 10:33, Andy Bierman wrote:
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

-- 
Balazs Lengyel                       Ericsson Hungary Ltd.
Senior Specialist
Mobile: +36-70-330-7909              email: [email protected] 


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

Reply via email to