]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix debug prefix string size
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 17 Jan 2019 15:15:20 +0000 (13:15 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 21 Jan 2019 12:41:06 +0000 (10:41 -0200)
commit9434b71cba08103dab240053c20b62621b0370bf
tree1bb40ed8ab7064d53463b1f6904a376a77bf3deb
parentb6df4879b71d4a0f16268ef65b17155a34b19765
zebra: fix debug prefix string size

`gate_buf` should be big enough to hold IPv6 addresses and `inet_ntop`
should be run in the correct `sockaddr` struct member.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
zebra/rt_socket.c