a16 / go-bfd

Golang Implementation of Bidirectional Forwarding Detection (BFD)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-bfd

Bidirectional Forwarding Detection library for Go

Description

Implementation of Bidirectional Forwarding Detection (BFD)

  • Based on:
    • Bidirectional Forwarding Detection RFC5880
    • BFD for IPv4 and IPv6 (Single Hop) RFC5881

BFD Control packets MUST be transmitted in UDP packets with destination port 3784, within an IPv4 or IPv6 packet. The source port MUST be in the range 49152 through 65535

About

Golang Implementation of Bidirectional Forwarding Detection (BFD)

License:MIT License


Languages

Language:Go 100.0%