diff options
author | Marcin Ptaszyński <marcin.ptaszynski@ntti3.com> | 2018-06-05 14:44:53 -0700 |
---|---|---|
committer | Marcin Ptaszyński <marcin.ptaszynski@ntti3.com> | 2018-06-13 20:53:17 -0700 |
commit | 5fbd0cb24324f1569377ce5c627bb2db97b76ce7 (patch) | |
tree | 4c646607888f8a46b9f9d2ecedfc3f6759950eda /api/gobgp.proto | |
parent | 964bb04e22fdbf430d9810f5b362d7844b81e251 (diff) |
table: support AfiSafiIn Policy Condition match
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 f4243e3b..0f6eefe1 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -1160,6 +1160,7 @@ message Conditions { RouteType route_type = 8; MatchSet large_community_set = 9; repeated string next_hop_in_list = 10; + repeated Family afi_safi_in = 11; } enum RouteAction { |