patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] examples/pipeline: fix VXLAN script permission
@ 2021-01-22  9:30 David Marchand
  2021-01-22 12:19 ` Dumitrescu, Cristian
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2021-01-22  9:30 UTC (permalink / raw)
  To: dev; +Cc: stable, Timothy Redaelli, Cristian Dumitrescu

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>
---
 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.23.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-25  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22  9:30 [dpdk-stable] [PATCH] examples/pipeline: fix VXLAN script permission David Marchand
2021-01-22 12:19 ` Dumitrescu, Cristian
2021-01-25  9:23   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).