]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: bash-completion: Make the *_KIND variables global
authorYotam Gigi <yotamg@mellanox.com>
Tue, 7 Feb 2017 13:50:50 +0000 (15:50 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 7 Feb 2017 19:44:53 +0000 (11:44 -0800)
commit57086f7b25ee175952eac1f4fd0e43a4c0000ee0
tree14ba2f30bc610653077989351f39a4a8fd2d0694
parentf62b54a106f0c198ba7a066ab4b95f4d3e35a3d5
tc: bash-completion: Make the *_KIND variables global

The QDISC_KIND, FILTER_KIND, ACTION_KIND variables may be used by other
routines, thus make them global variables.

Signed-off-by: Yotam Gigi <yotamg@mellanox.com>
bash-completion/tc