]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: remove linux/ifbridge.h from rt_netlink.c
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Fri, 17 Apr 2020 18:37:42 +0000 (11:37 -0700)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Wed, 5 Aug 2020 13:46:13 +0000 (06:46 -0700)
commitd87ed8d74a9a12039c84480d1075206c1d8a67ca
tree0b92a93a05da057c244c5836f38f2895ca23afec
parentb169fd6fd59ed0c745c6f32a878d7fcc981e8d33
zebra: remove linux/ifbridge.h from rt_netlink.c

It is causing build failures because of conflicts with netinet.
Instead I have re-defined the MAC-SYNC UAPIs in the re_netlink.c

This is clearly a hack that needs to be re-visited.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
zebra/rt_netlink.c