forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra addresses for listeners configuration to support dual stack…
… in Istio (istio#40634) * add extra addresses for listeners configuration to support dual stack in Istio * change code based on comments * fixing bug for inboundCustomListener * fixing bug for lds and inbound, and add unit test * refactor some code and fix the unit test error * fix lint-go * code change based on comment * change code based on comment * add dual stack reachability integration test * change the echo server config for IPFamilies * add dual stack echo config for security integration test * not add dual stack integraion test flag in this PR, but in another PR: istio#40983 * add dual stack proxy comment for dual stack unit test and retrigger all integration job * Add WildcardAndLocalHost struct for holding the wildcard and localhost addresses to support dual stack. * fix bug for bench_test when creating a node proxy * changed code according to John's comments * change oWildcardAndLocalHost into hostAddresses * refactor code based on the comments * move the HostAddresses into proxy node according to comments * added comments and fixed nit * change the code based on maintainer's comments * maintain 2 maps to return wildCards and localHosts according to IP mode of proxy * change util function name from BuildExtraAddresses into BuildAdditionalAddresses
- Loading branch information
1 parent
698bf92
commit 0812983
Showing
10 changed files
with
606 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.