0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-14 15:18:44 +00:00
bird/yang/show_protocols_all/show_protocols_rpki.yang

54 lines
850 B
YANG
Raw Normal View History

submodule show_protocols_rpki {
belongs-to show_protocols_all {
prefix "show_protocols_all";
}
description "cli show rpki";
grouping rpki_details {
leaf cache_server {
type string;
}
leaf cache_port {
type uint32;
}
leaf status {
type status;
}
leaf transport {
type string;
}
leaf protocol_version {
type uint32;
}
leaf session_id {
type uint32;
}
leaf serial_num {
type uint32;
}
leaf last_update {
type decimal64 {
fraction-digits 3;
}
}
container refresh_timer {
uses timer;
}
container retry_timer {
uses timer;
}
container expire_timer {
uses timer;
}
leaf no_roa4_channel {
type empty;
}
leaf no_roa6_channel {
type empty;
}
}
}