From: David Marchand Date: Fri, 22 Jan 2021 09:30:37 +0000 (+0100) Subject: examples/pipeline: fix VXLAN script permission X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6c51ba3c42a3784b0cb5f4cafe0c5276b687b49d;p=dpdk.git 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 --- diff --git a/examples/pipeline/examples/vxlan_table.py b/examples/pipeline/examples/vxlan_table.py old mode 100644 new mode 100755