Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431256 - app-shells/zsh-4.3.15 wrong syntax for "ip tunnel del"
Summary: app-shells/zsh-4.3.15 wrong syntax for "ip tunnel del"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-08-13 17:19 UTC by michal.halenka
Modified: 2013-12-27 07:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
working patch file (zsh-complete.ip-tunnel-del-bug.patch,712 bytes, patch)
2012-08-13 17:19 UTC, michal.halenka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.