examples/pipeline: fix VXLAN script permission
authorDavid Marchand <david.marchand@redhat.com>
Fri, 22 Jan 2021 09:30:37 +0000 (10:30 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 25 Jan 2021 09:15:34 +0000 (10:15 +0100)
commit6c51ba3c42a3784b0cb5f4cafe0c5276b687b49d
treea2b8648684f828084613c4f3d113cf948b396a53
parent04ed01f1f6b6c27a092f24cac2e4eeed6cff08ed
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 <tredaelli@redhat.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/pipeline/examples/vxlan_table.py [changed mode: 0644->0755]