Commit d9389fb
authored
Tests: small ipv6 fixes (#2923)
* Tests: small ipv6 fixes
* Testing gitlab instance listens on ipv6
* Testing Contour installation prefers dualstack
Signed-off-by: Matej Vašek <[email protected]>
* fixup: listen explicitly on 0.0.0.0
Usually listening on '::' should also listen on 0.0.0.0.
However gitlab or nginx apparently employ IPV6_V6ONLY option so '::'
listens only on '::'.
Signed-off-by: Matej Vašek <[email protected]>
---------
Signed-off-by: Matej Vašek <[email protected]>1 parent 6a3ef46 commit d9389fb
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments