diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-05-15 10:40:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-05-19 16:33:16 +0900 |
commit | cd4412ae538542ca7dc7f599bc30b7ac2b14fbb2 (patch) | |
tree | 58114125d3e1713116e6e7f5d8917522cf334608 /api | |
parent | 749df65ac97da627e8f35d91ea4e2fe585b88d5d (diff) |
cli: update bash-completion for show commands of policy
Diffstat (limited to 'api')
-rw-r--r-- | api/gobgp.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 4feca48d..f9d66357 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -76,9 +76,9 @@ enum Resource { LOCAL = 1; ADJ_IN = 2; ADJ_OUT = 3; - POLICY_PREFIX = 4; - POLICY_NEIGHBOR = 5; - POLICY_ROUTEPOLICY = 6; + POLICY_PREFIX = 4; + POLICY_NEIGHBOR = 5; + POLICY_ROUTEPOLICY = 6; } enum Operation { @@ -403,4 +403,4 @@ message ApplyPolicy { int64 default_import_policy = 2; repeated PolicyDefinition export_policies = 3; int64 default_export_policy = 4; -}
\ No newline at end of file +} |