Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 431256

Summary: app-shells/zsh-4.3.15 wrong syntax for "ip tunnel del"
Product: Gentoo Linux Reporter: michal.halenka
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal CC: radhermit
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: working patch file

Description michal.halenka 2012-08-13 17:19:19 UTC
Created attachment 321218 [details, diff]
working patch file

zsh completion for iproute2 completes wrong this:
"ip tunnel d"
as
"ip tunnel delete"
instead of correct syntax
"ip tunnel del"

patch file included, tested on zsh-4.3.15
Comment 1 Tim Harder gentoo-dev 2013-12-27 07:45:30 UTC
Appears to be fixed for releases currently in the tree.