test.yang 381 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 module test { namespace "test:test"; prefix test ; organization ""; contact ""; description "Defines basic service types for L3VPN service."; revision "2015-12-16" { reference ""; } leaf leaf1 { type union { type uint16; type int32; } } }