1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 17:47:55 +02:00
openwrt-packages/net/bfdd/patches/002-ipv6_musl_fix.patch
Lucian Cristian 8ad22e124e bfdd: add BFD package
Bidirectional Forwarding Detection (BFD) is a network protocol that is used to
detect faults between two forwarding engines connected by a link.

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-08-22 17:39:04 +03:00

11 lines
280 B
Diff

--- a/bfd_packet.c 2019-08-15 02:45:47.270120616 +0300
+++ b/bfd_packet.c 2019-08-15 02:44:38.266117706 +0300
@@ -34,7 +34,6 @@
#include <linux/if_packet.h>
#include <linux/udp.h>
#include <linux/ip.h>
-#include <linux/ipv6.h>
#include <arpa/inet.h>
#include <sys/types.h>