#!/bin/sh

# Copyright (C) 2019  Gioacchino Mazzurco <gio@altermundi.net>
# This is free software, licensed under the GNU Affero General Public License v3

cat | sed "$(sed -nr "{s/.*(..:..:..:..:..:..:..:..)[[:space:]]+([^[:space:]]+).*/s|\2|\1|Ig;/p}" /etc/babeld-hosts)"
