summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorWataru Ishida <ishida.wataru@lab.ntt.co.jp>2016-10-06 05:38:00 +0000
committerWataru Ishida <ishida.wataru@lab.ntt.co.jp>2016-10-10 05:18:17 +0000
commitd46da74d4fba3fe169d0c4f05b0e657ec95f5336 (patch)
tree94b962ebdf526bc4f84e5aef5ce18707dbfd933f /api/gobgp.proto
parent2cd0de0139cb47edac0c418f4efd4e5c6d185f63 (diff)
policy: support large-community match/action
close #1133 Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index f86dc3b5..db690583 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -673,6 +673,7 @@ enum DefinedType {
AS_PATH = 3;
COMMUNITY = 4;
EXT_COMMUNITY = 5;
+ LARGE_COMMUNITY = 6;
}
message DefinedSet {
@@ -719,6 +720,7 @@ message Conditions {
ROUTE_TYPE_LOCAL = 3;
}
RouteType route_type = 8;
+ MatchSet large_community_set = 9;
}
enum RouteAction {
@@ -771,6 +773,7 @@ message Actions {
CommunityAction ext_community = 5;
NexthopAction nexthop = 6;
LocalPrefAction local_pref = 7;
+ CommunityAction large_community = 8;
}
message Statement {