-
Notifications
You must be signed in to change notification settings - Fork 5.2k
dynamic_modules: add dynamic modules support for udp listener filters #42820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
fae638b to
c246058
Compare
c246058 to
eedf4c3
Compare
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
eedf4c3 to
8c97aa9
Compare
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
wbpcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. ABI LGTM. And the code LGTM overall. It would be better to wait @mathetake to give another check because I didn't check the implementation very carefully.
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
mathetake
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Description
This PR adds support for a new UDP Listener filter for Dynamic Modules. With this it should be possible to write new UDP Listener Filters similar to TCP.
Commit Message: dynamic_modules: add dynamic modules support for UDP listener filters
Additional Description: Adds support for a new UDP listener filter for Dynamic Modules.
Risk Level: Low
Testing: Added Unit + Integration Tests
Docs Changes: Added
Release Notes: Added