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. --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index ab0df7201..a0cc7a99b 100755 --- a/debian/rules +++ b/debian/rules @@ -78,11 +78,6 @@ override_dh_auto_install: mkdir -p $(DIR)/$(VYOS_DATA_DIR) cp -r data/* $(DIR)/$(VYOS_DATA_DIR) - # Install XDP plugins - mkdir -p $(DIR)/$(VYOS_DATA_DIR)/xdp - cp -r src/xdp/xdp_prog_kern.o $(DIR)/$(VYOS_DATA_DIR)/xdp - find src/xdp -perm /a+x -exec cp {} $(DIR)/$(VYOS_SBIN_DIR) \; - # Install etc configuration files mkdir -p $(DIR)/etc cp -r src/etc/* $(DIR)/etc -- cgit v1.2.3