diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-06-30 18:13:55 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-07-01 21:27:31 +0900 |
commit | c9d9a6825c9fe629b069205e2a73836047a7eb3c (patch) | |
tree | 4e8814ca0b07fe7d5a0b97658aa523f2e1232cd1 /api/gobgp.proto | |
parent | ccfded2fee746664b576df0a068aec727cb5fae5 (diff) |
cli: support med action
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 1e789502..d52f96dc 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -431,6 +431,7 @@ message CommunityAction { message Actions { string route_action = 1; CommunityAction community = 2; + string med = 3; } message Statement { |