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.
5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
|
|
snapshot_envoy_admin localhost:19000 s1 || true
|
|
snapshot_envoy_admin localhost:19001 s2 || true
|