File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Dynamic Modules Examples
22
3- > Envoy Version: [ 4a113b5118003682833ba612202eb68628861ac6 ]
3+ > Envoy Version: [ 726958228dc292f65b5acde26162a3645a99b067 ]
44
55This repository hosts examples of dynamic modules for [ Envoy] to extend its functionality.
66The high level documentation is available [ here] [ High Level Doc ] . In short, a dynamic module is a shared library
@@ -79,6 +79,6 @@ NEW_VERSION=4a113b5118003682833ba612202eb68628861ac6 # Whatever the commit in en
7979grep -rlF "${CURRENT_VERSION}" . | xargs sed -i "s/${CURRENT_VERSION}/${NEW_VERSION}/g"
8080```
8181
82- [ 4a113b5118003682833ba612202eb68628861ac6 ] : https://github.com/envoyproxy/envoy/tree/4a113b5118003682833ba612202eb68628861ac6
82+ [ 726958228dc292f65b5acde26162a3645a99b067 ] : https://github.com/envoyproxy/envoy/tree/726958228dc292f65b5acde26162a3645a99b067
8383[ Envoy ] : https://github.com/envoyproxy/envoy
8484[ High Level Doc ] : https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/dynamic_modules
You can’t perform that action at this time.
0 commit comments