]> git.proxmox.com Git - mirror_frr.git/commit - zebra/kernel_socket.c
zebra: implement FreeBSD route attr handling
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 8 Jan 2019 10:14:28 +0000 (08:14 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 8 Jan 2019 10:31:08 +0000 (08:31 -0200)
commit19fb538dc116c837af3bb1a76526cbb9a39d1bfc
tree6212584c98101f5a6840d77e0873dfc1df24c44c
parente82d19a3d414697b59f5e0253594960c0d8fd6d9
zebra: implement FreeBSD route attr handling

When porting routing socket macro data handling to functions, the
attribute function was forgotten. The only difference between the
attribute and address handler is the family type check.

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