Skip to content

Commit d58ea76

Browse files
yedayakscop
authored andcommitted
fix(ip): Don't stop at proxy and nomaster in neigh
These values don't take any arguments, so we can keep completing right after them.
1 parent 27a0ef8 commit d58ea76

File tree

1 file changed

+1
-1
lines changed
  • completions

1 file changed

+1
-1
lines changed

completions/ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ _comp_cmd_ip()
367367
dev)
368368
_comp_compgen_available_interfaces
369369
;;
370-
nomaster | proxy | to | vrf) # TODO - Maybe we can complete vrf here?
370+
to | vrf) # TODO - Maybe we can complete vrf here?
371371
:
372372
;;
373373
*)

0 commit comments

Comments
 (0)