diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-12-10 11:51:47 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-12-10 11:51:47 +0900 |
commit | 71588f6a1aacb996a8a6b4295a7f9a33717c6455 (patch) | |
tree | 878485e8210766dde2e6fe096495441baa753dbc /api/gobgp.proto | |
parent | e92a04c9a880e81fdec116f837c5384cd79e0fcd (diff) |
rpki: show ROA with server information
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 2d5cde94..b052aaa6 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -530,6 +530,7 @@ message MrtMessage { message RPKIConf { string address = 1; + uint32 remote_port = 2; } message RPKIState { @@ -549,6 +550,7 @@ message ROA { uint32 prefixlen = 2; uint32 maxlen = 3; string prefix = 4; + RPKIConf conf = 5; } message Vrf { |