Merge pull request #12268 from opensourcerouting/fix/zebra_tc_include_netinet_for_ethhdr

zebra: Reuse netinet/if_ether.h to avoid redefinition of struct ethhdr
This commit is contained in:
Donald Sharp 2022-11-07 13:33:37 -05:00 committed by GitHub
commit 0096b066f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
#ifdef HAVE_NETLINK
#include <linux/if_ether.h>
#include <netinet/if_ether.h>
#include <sys/socket.h>
#include "if.h"