From: Matt Corallo Date: Fri, 10 Dec 2021 01:39:12 +0000 (+0000) Subject: Stop dumping match count before update, users can get it if they want X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=flowspec-xdp;a=commitdiff_plain;h=f28e749e42a9c0ae988a1ab3f573ba4c69504611 Stop dumping match count before update, users can get it if they want --- diff --git a/install.sh b/install.sh index 2a47a1d..1371807 100755 --- a/install.sh +++ b/install.sh @@ -26,9 +26,6 @@ else cat xdp.bc | llc -O3 -march=bpf -mcpu=probe -filetype=obj -o xdp fi -echo "Before unload drop count was:" -./dropcount.sh || echo "Not loaded" - # Note that sometimes the automated fallback does not work properly so we have to || generic here ip -force link set "$1" xdpoffload obj xdp sec $XDP_SECTION || ( echo "Failed to install in NIC, testing in driver..." && ip -force link set "$1" xdpdrv obj xdp sec $XDP_SECTION || (