mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
39effd620c
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
|