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.
IPv6: Updating parsing of host/port for bootstrap options. (istio#4525)
Automatic merge from submit-queue. IPv6: Updating parsing of host/port for bootstrap options. Allow IPv6 addresses (with square brackets) to be specified in addresses that are parsed into host/port for various bootstrap file arguments. Added unit tests to exercise the logic, which has been placed into functions for use by multiple options. Tests cover failure cases, which were not previously checked. Rely on the existing golden master to test the happy path for all entries. Didn't feel we needed to add a golden master for IPv6 addressess, as covered by the UTs. /area networking Fixes istio#4097 issue
- Loading branch information
1 parent
ab12aeb
commit 44986c4
Showing
2 changed files
with
135 additions
and
20 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