Skip to content

Commit b53b287

Browse files
committed
ip: Recognize address in addition to addr
1 parent 84881eb commit b53b287

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
@@ -122,7 +122,7 @@ _ip()
122122
esac
123123
;;
124124

125-
addr)
125+
addr|address)
126126
case $subcmd in
127127
add|change|replace)
128128
if [[ $prev == dev ]]; then

0 commit comments

Comments
 (0)