Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/ospf3
Package ospf3 implements OSPFv3 (OSPF for IPv6) as described in RFC5340. MIT Licensed.
https://github.com/mdlayher/ospf3
go golang ipv6 networking ospf
Last synced: 6 days ago
JSON representation
Package ospf3 implements OSPFv3 (OSPF for IPv6) as described in RFC5340. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/ospf3
- Owner: mdlayher
- License: mit
- Created: 2021-01-29T00:18:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T18:12:41.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T04:50:38.940Z (13 days ago)
- Topics: go, golang, ipv6, networking, ospf
- Language: Go
- Homepage: https://tools.ietf.org/html/rfc5340
- Size: 96.7 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ospf3 [![Test Status](https://github.com/mdlayher/ospf3/workflows/Test/badge.svg)](https://github.com/mdlayher/ospf3/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/mdlayher/ospf3.svg)](https://pkg.go.dev/github.com/mdlayher/ospf3) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/ospf3)](https://goreportcard.com/report/github.com/mdlayher/ospf3)
Package `ospf3` implements OSPFv3 (OSPF for IPv6) as described in
[RFC5340](https://tools.ietf.org/html/rfc5340). MIT Licensed.