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>
This commit is contained in:
Lucian Cristian
2019-08-15 14:51:29 +03:00
parent 3a80fa9cb8
commit 8ad22e124e
4 changed files with 143 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
--- 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>