From d46da74d4fba3fe169d0c4f05b0e657ec95f5336 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Thu, 6 Oct 2016 05:38:00 +0000 Subject: policy: support large-community match/action close #1133 Signed-off-by: Wataru Ishida --- api/gobgp.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api/gobgp.proto') 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 { -- cgit v1.2.3