]> git.puffer.fish Git - matthieu/frr.git/commit
quagga: Check for existence of IFLA_INFO_SLAVE_KIND
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Apr 2016 17:09:58 +0000 (13:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Apr 2016 19:07:59 +0000 (15:07 -0400)
commit75f1349106337324be2bac244b699189e9312e2f
tree70df5fa405306d69ab511a6ee5c135f01c8161b6
parent8f6899f25b27f7bf1ad562d8f991d9407fee266e
quagga: Check for existence of IFLA_INFO_SLAVE_KIND

IFLA_INFO_SLAVE_KIND is a new type of netlink message
If the kernel makes it available compile in support
else we'll just silently do the right thing.

Additionally reduce the test cases for netlink by 1
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: David Ahern <dsa@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
configure.ac
zebra/rt_netlink.c