0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/yang/cbor.yang

8 lines
133 B
YANG
Raw Permalink Normal View History

module cbor {
prefix "cbor";
extension tag {
description "Use this tag while encoding to cbor";
argument "number";
}
}