Skip to content

Commit 606f650

Browse files
yedayakscop
authored andcommitted
feat(ip): Complete route save/showdump
1 parent 9b8b309 commit 606f650

File tree

1 file changed

+2
-2
lines changed
  • completions

1 file changed

+2
-2
lines changed

completions/ip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ _comp_cmd_ip()
248248

249249
r | route)
250250
case $subcmd in
251-
list | flush)
251+
list | flush | save)
252252
if [[ $prev == proto ]]; then
253253
_comp_cmd_ip__iproute2_etc rt_protos
254254
else
@@ -283,7 +283,7 @@ _comp_cmd_ip()
283283
*)
284284
((cword == subcword)) &&
285285
_comp_compgen -- -W 'help list flush get add del change
286-
append replace'
286+
append replace save showdump'
287287
;;
288288
esac
289289
;;

0 commit comments

Comments
 (0)