]> git.proxmox.com Git - mirror_frr.git/commit
zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6
authorMartin Winter <mwinter@opensourcerouting.org>
Wed, 16 Sep 2015 02:12:31 +0000 (19:12 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 9 Jun 2016 14:52:16 +0000 (10:52 -0400)
commit54e806f1c29123968fa244c6d08add8aa11e7faf
tree6e0b95701b89796381a2cec59a3350c8d0d95a2d
parent8d6102132b7e8bd36510ef7446845125fc3aa6cb
zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6

First argument of prefix2str pointed to ifc->address->prefix, but
no prefix exists in address. Should have been ifc->address.

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
(cherry picked from commit fe56125bbcbc0c503ae6bd0b934a4940c4693b4f)
zebra/ioctl_solaris.c