commit | 4527273f1c5bca044577f2f8ed2d7e4f203bf485 | [log] [tgz] |
---|---|---|
author | Tomas Paukrt <tomaspaukrt@email.cz> | Tue Oct 08 11:51:48 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Oct 08 13:52:12 2019 +0200 |
tree | 0d2a7784cbaab27001b1f448689b639bddc83a76 | |
parent | 427c12cc5199813328bf7fdf0bc4fc3a7672bf0f [diff] |
route: fix output of "route -n -A inet6" The output of the command "route -n -A inet6" may be corrupted due to partially initialized structure snaddr6 in the function INET6_displayroutes. Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>