summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto8
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
+}