0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00
bird/yang/cbor.yang

8 lines
133 B
YANG
Raw Normal View History

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