]> git.puffer.fish Git - matthieu/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 09:32:52 +0000 (07:32 -0200)
commit981dc13f4635625d3f964ae5bd74c502d033a61e
treeaba8bab6f4203f6f981c9e0e5fff3435f8a0f671
parent31be7dbbc5dae175a35a66a7da4b516ec9124bb8
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