Skip to content

MalteJ/febgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeBGP

This is a very basic BGP implementation to let a physical server announce an IPv6 prefix to a BGP fabric.

FeBGP will most likely be used via its Rust API. But this code also includes a main function, that allows you to execute FeBGP from the CLI:

./febgp \
    --asn 65000 \
    --hold-time 9 \
    --router-id 1.2.3.4 \
    --neighbor 2001:db8::1 \
    --neighbor interface:eth0

License

FeBGP is licensed under Apache License v2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages