libyang5-sys 0.1.0

Raw FFI bindings for libyang5
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<network-instances xmlns="urn:ietf:params:xml:ns:yang:ietf-network-instance">
    <network-instance>
        <name>inst0</name>
        <vrf-root>
            <routing xmlns="urn:ietf:params:xml:ns:yang:ietf-routing">
                <control-plane-protocols>
                    <control-plane-protocol>
                        <type>direct</type>
                        <name>prot0</name>
                    </control-plane-protocol>
                </control-plane-protocols>
            </routing>
        </vrf-root>
    </network-instance>
</network-instances>