diff options
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 9ccf1d4f..ee158866 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -412,6 +412,24 @@ module gobgp { grouping gobgp-rpki-server-state { description "additional RPKI state"; + leaf up { + type boolean; + } + leaf serial-number { + type uint32; + } + leaf records-v4 { + type uint32; + } + leaf records-v6 { + type uint32; + } + leaf prefixes-v4 { + type uint32; + } + leaf prefixes-v6 { + type uint32; + } leaf uptime { type int64; description |