Skip to content

Commit 729aeec

Browse files
authored
docs: fix network ext_proc service format (#40367)
<!-- !!!ATTENTION!!! If you are fixing *any* crash or *any* potential security issue, *do not* open a pull request in this repo. Please report the issue via emailing [email protected] where the issue will be triaged appropriately. Thank you in advance for helping to keep Envoy secure. !!!ATTENTION!!! For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md) --> Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] Signed-off-by: Boteng Yao <[email protected]>
1 parent 569075a commit 729aeec

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

api/envoy/service/network_ext_proc/v3/network_external_processor.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ option (xds.annotations.v3.file_status).work_in_progress = true;
3131
// 3. Control connection lifecycle (continue, close gracefully, or reset)
3232
//
3333
// Use cases include:
34-
// * Custom protocol inspection and modification
35-
// * Advanced traffic manipulation
36-
// * Security scanning and filtering
37-
// * Dynamic connection management
34+
//
35+
// 1. Custom protocol inspection and modification
36+
// 2. Advanced traffic manipulation
37+
// 3. Security scanning and filtering
38+
// 4. Dynamic connection management
3839
//
3940
// The service uses a bidirectional gRPC stream, maintaining state throughout
4041
// the connection lifetime while allowing asynchronous processing.

0 commit comments

Comments
 (0)