From 6c51ba3c42a3784b0cb5f4cafe0c5276b687b49d Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 22 Jan 2021 10:30:37 +0100 Subject: [PATCH] examples/pipeline: fix VXLAN script permission This python script provides a shebang that only makes sense if the script has the executable bit set. Fixes: fde7a772701a ("examples/pipeline: add VXLAN encapsulation example") Cc: stable@dpdk.org Reported-by: Timothy Redaelli Signed-off-by: David Marchand Acked-by: Cristian Dumitrescu --- examples/pipeline/examples/vxlan_table.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 examples/pipeline/examples/vxlan_table.py diff --git a/examples/pipeline/examples/vxlan_table.py b/examples/pipeline/examples/vxlan_table.py old mode 100644 new mode 100755 -- 2.20.1