commit | 3940746d867f2f0390342dcb7ac06f1ed0e68027 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 17 17:33:08 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 23:41:15 2018 -0400 |
tree | 7c709681615fd4635b456bfd27280065afa628e4 | |
parent | a919525ad832d2bb1388b2303832a2307b30aeff [diff] |
net: Handle null dst in rtnl_put_cacheinfo Need to keep expires time for IPv6 routes in a dump of FIB entries. Update rtnl_put_cacheinfo to allow dst to be NULL in which case rta_cacheinfo will only contain non-dst data. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>