Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History

ietf

Table of Contents

YDK bundle

YDK bundle is a package of python API's that are modeled in YANG.

Installation

Create a build directory to build the library and install it:

    $ mkdir build && cd build
    $ cmake .. && sudo make install