We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606f650 commit 956bd5dCopy full SHA for 956bd5d
completions/ip
@@ -136,7 +136,7 @@ _comp_cmd_ip()
136
_comp_compgen -a -- -W 'type'
137
fi
138
;;
139
- set)
+ set | change)
140
if ((cword - subcword == 1)); then
141
_comp_compgen_available_interfaces
142
else
@@ -180,7 +180,7 @@ _comp_cmd_ip()
180
181
*)
182
((cword == subcword)) &&
183
- _comp_compgen -- -W 'help add delete set show property afstats'
+ _comp_compgen -- -W 'help add change delete set show property afstats'
184
185
esac
186
0 commit comments