]> git.proxmox.com Git - mirror_frr.git/commit - zebra/kernel_socket.c
zebra: refactor route socket message handling
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 5 Dec 2018 13:51:25 +0000 (11:51 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 5 Dec 2018 14:49:23 +0000 (12:49 -0200)
commit86c57af534173d417189404ae005a610d84ee155
tree9fa56194078d054c9f99fe02cafc768b42f11d38
parentcb800e3529aa19d36565acda41c79cb0b19a1d3b
zebra: refactor route socket message handling

Some address types were not being skipped triggering a warning log
message, so lets refactor this code to properly handle known and unknown
types.

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