]> git.proxmox.com Git - mirror_iproute2.git/commit
ip route: print RTA_CACHEINFO if it exists
authorDavid Ahern <dsahern@gmail.com>
Wed, 30 May 2018 15:30:09 +0000 (08:30 -0700)
committerDavid Ahern <dsahern@gmail.com>
Fri, 1 Jun 2018 15:18:31 +0000 (08:18 -0700)
commit9107c425ace2bcc26e964d9f0cc629a8cdf4674d
tree6f0b8c22020d16cb641a5f658042c59917b06d09
parent45c0dd7286baee94be70ea5cd6eb25fc91106cf9
ip route: print RTA_CACHEINFO if it exists

RTA_CACHEINFO can be sent for non-cloned routes. If the attribute is
present print it. Allows route dumps to print expires times for example
which can exist on FIB entries.

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/iproute.c