diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-12 13:43:57 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-12 13:44:33 +0900 |
commit | 84f3a20caeab95e2e41e8b13914e7d4096973376 (patch) | |
tree | cd197ad0b590fec9487ca909f126b63f7dd80629 /tools/pyang_plugins | |
parent | 6180ffb7106e3673e4da5a2d2ce1f87612462721 (diff) |
rpki: don't show validation result if rpki disabled
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 1c1ed740..6b188097 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -203,6 +203,9 @@ module bgp-gobgp { typedef rpki-validation-result-type { type enumeration { + enum NONE { + description "RPKI disabled"; + } enum NOT-FOUND { description "If the origin AS, prefix, maximum prefix length does not exist in the range of ROA"; |