From 59653fa01d30d8f317311e45b96e44508b60fa6d Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Wed, 20 Apr 2022 17:14:18 +0000 Subject: [PATCH] api: fix extra space in link (#20880) Signed-off-by: Xie Zhihao Mirrored from https://github.com/envoyproxy/envoy @ 052f94ef7e42347366b1af31b2b7035d3c98463b --- .../upstream_ip_port/v3/upstream_ip_port_matcher.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/envoy/extensions/rbac/matchers/upstream_ip_port/v3/upstream_ip_port_matcher.proto b/envoy/extensions/rbac/matchers/upstream_ip_port/v3/upstream_ip_port_matcher.proto index 11efb390..207df5ec 100644 --- a/envoy/extensions/rbac/matchers/upstream_ip_port/v3/upstream_ip_port_matcher.proto +++ b/envoy/extensions/rbac/matchers/upstream_ip_port/v3/upstream_ip_port_matcher.proto @@ -23,9 +23,8 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE; // filter state before the matcher is executed by RBAC filter. The state should be saved with key // `envoy.stream.upstream_address` (See // :repo:`upstream_address.h`). -// Also, See :repo:`proxy_filter.cc< -// source/extensions/filters/http/dynamic_forward_proxy/proxy_filter.cc>` for an example of a -// filter which populates the FilterState. +// Also, See :repo:`proxy_filter.cc` +// for an example of a filter which populates the FilterState. message UpstreamIpPortMatcher { // A CIDR block that will be used to match the upstream IP. // Both Ipv4 and Ipv6 ranges can be matched.