Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/gobgp-mup-examples
https://github.com/higebu/gobgp-mup-examples
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/gobgp-mup-examples
- Owner: higebu
- Created: 2022-10-12T03:19:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:09:27.000Z (3 months ago)
- Last Synced: 2024-10-04T19:44:32.058Z (3 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobgp-mup-examples
Examples for [BGP Extensions for the Mobile User Plane (MUP) SAFI](https://www.ietf.org/archive/id/draft-mpmz-bess-mup-safi-03.html) with using [gobgp](https://github.com/osrg/gobgp) as library.
Official document of GoBGP as a Go Native BGP library is [here](https://github.com/osrg/gobgp/blob/master/docs/sources/lib.md).
# Examples
- [BGP Interwork Segment Discovery route](https://github.com/higebu/gobgp-mup-examples/blob/master/interwork_segment_discovery_route/main.go)
- [BGP Direct Segment Discovery route](https://github.com/higebu/gobgp-mup-examples/blob/master/direct_segment_discovery_route/main.go)
- [BGP Type 1 Session Transformed (ST) Route](https://github.com/higebu/gobgp-mup-examples/blob/master/type_1_session_transformed_route/main.go)
- [BGP Type 2 Session Transformed (ST) Route](https://github.com/higebu/gobgp-mup-examples/blob/master/type_2_session_transformed_route/main.go)