mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +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";
|
|
}
|
|
}
|