e87d2bb24f
Fixes #9311 This only fails if the kernel has ipv6 hard-disabled. It is not sufficient to merely not provide an ipv6 address for a network interface.
9 lines
134 B
Bash
9 lines
134 B
Bash
#!/bin/bash
|
|
|
|
set -eEuo pipefail
|
|
|
|
register_services primary
|
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
gen_envoy_bootstrap s2 19001 primary
|