view contrib/anocheck/test.sh @ 1195:5864e4d57d8a draft

add IPv6 and git addresses
author cathugger <cathugger@cock.li>
date Fri, 10 Mar 2017 04:07:50 +0000
parents 98707534e274
children
line wrap: on
line source

#!/bin/sh
mkdir -p /var/cache/anocheck
/usr/local/libexec/bgp-paths.sh 4141 AN_out | tr ' ' '\n' | sort | uniq > /var/cache/anocheck/ASN.$(date +%s)
ls -rt /var/cache/anocheck/ASN.* | tail -r | tail -n+3 | xargs rm
ls -rt /var/cache/anocheck/ASN.* | tail -n2 | xargs diff
#this is nifty for hand-checks
#ls -rt /var/cache/anocheck/ASN.* | tail -n2 | xargs diff -s