mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-11 17:08:46 +00:00
8 lines
133 B
YANG
8 lines
133 B
YANG
|
module cbor {
|
||
|
prefix "cbor";
|
||
|
extension tag {
|
||
|
description "Use this tag while encoding to cbor";
|
||
|
argument "number";
|
||
|
}
|
||
|
}
|