]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Actually add the NLA_F_NESTED flag to our code
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 10 Jan 2020 20:13:36 +0000 (15:13 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 10 Jan 2020 20:13:36 +0000 (15:13 -0500)
commit40d86eba41b35ff0c0097b8547ab161ebdf49180
tree0d12e6f38d07888af2a4139c91295109c41d3014
parentabb5d7a9331626dd6d3bcd0241fcc24799e88ad7
zebra: Actually add the NLA_F_NESTED flag to our code

The existing usage of the rta_nest and addattr_nest
functions were not adding the NLA_F_NESTED flag
to the type.  As such the new nexthop functionality was
actually looking for this flag, while apparently older
code did not.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/kernel_netlink.c