From 85ff856a32ccb5bc20604bacfb4fa5cb66375487 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 14 Mar 2021 20:12:34 +0100 Subject: xdp: T2666: remove entire XDP code for 1.3 LTS image This is an extension to commit 801c5235 ("xdp: T2666: disable this highly experimental feature in 1.3 LTS") by dropping all XDP references in the equuleus codebase. --- src/op_mode/show_xdp_stats.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 src/op_mode/show_xdp_stats.sh (limited to 'src/op_mode/show_xdp_stats.sh') diff --git a/src/op_mode/show_xdp_stats.sh b/src/op_mode/show_xdp_stats.sh deleted file mode 100755 index a4ef33107..000000000 --- a/src/op_mode/show_xdp_stats.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if cli-shell-api existsEffective interfaces $1 $2 xdp; then - /usr/sbin/xdp_stats --dev "$2" -else - echo "XDP not enabled on $2" -fi -- cgit v1.2.3