diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-11-08 00:26:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-08 00:26:03 -0600 |
| commit | bb72d071d788a6922d697c8232a2513946be8145 (patch) | |
| tree | 621c97fc00d87b5c1e86da975aa2d8aaa9108ddb | |
| parent | 6ffc00d9502acfc46a95f30f46c40eb51ef2cd3b (diff) | |
| parent | f04dff1889fdc0ec2c850c92a5a9b8c05b56a792 (diff) | |
Merge pull request #12274 from FRRouting/mergify/bp/stable/8.4/pr-12268
zebra: Reuse netinet/if_ether.h to avoid redefinition of struct ethhdr (backport #12268)
| -rw-r--r-- | zebra/tc_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/tc_netlink.c b/zebra/tc_netlink.c index 4fb0241d1d..afa03a4fa5 100644 --- a/zebra/tc_netlink.c +++ b/zebra/tc_netlink.c @@ -25,7 +25,7 @@ #ifdef HAVE_NETLINK -#include <linux/if_ether.h> +#include <netinet/if_ether.h> #include <sys/socket.h> #include "if.h" |
