zeek/auxil/zeekctl/testing/Scripts/diff-cluster-layout
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
126 B
Bash
Executable File

#! /usr/bin/env bash
#
# Replace IPv6 localhost in cluster-layout.zeek with IPv4 localhost.
sed "s/ip=\[::1\]/ip=127.0.0.1/"