test1.yang 374 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 submodule test1 { belongs-to test { prefix test; } organization ""; contact ""; description "Defines basic service types for L3VPN service."; revision "2015-12-16" { reference ""; } container cont2 { leaf leaf1 { type int32; } } }