]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: Add missing options to route get help output
authorYedaya Katsman <yedaya.ka@gmail.com>
Mon, 6 May 2024 18:42:56 +0000 (21:42 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 7 May 2024 15:06:10 +0000 (08:06 -0700)
commitc9eab8973ccfcd6e1cf8e46343e00b484b25661a
treec73025fefd37f8575a597744d64e2b72d1365923
parent89210b9ec1c445ae963d181b5816d12a0cdafbb6
ip: Add missing options to route get help output

The "as", "to", "connected" and "notify" options were missing from the
help message in the route get section. Add them to usage help and man
page.

Note that there isn't an explanation for "as" or "notify" in the man
page.

Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iproute.c
man/man8/ip-route.8.in