sdn/README.md

32 lines
808 B
Markdown
Raw Permalink Normal View History

2024-07-29 17:49:28 +00:00
# sdn
2024-07-29 19:37:35 +00:00
[![Crates.io](https://img.shields.io/crates/v/sdn?style=flat-square)](https://crates.io/crates/sdn)
[![Crates.io](https://img.shields.io/crates/d/sdn?style=flat-square)](https://crates.io/crates/sdn)
[![License](https://img.shields.io/badge/license-ISC-blue?style=flat-square)](LICENSE)
2024-07-29 19:32:31 +00:00
Software Defined Networking
2024-07-29 20:04:55 +00:00
## Documentation
2024-07-29 20:12:30 +00:00
Serve book locally from root of local clone of this repo using `mdbook`:
2024-07-29 20:04:55 +00:00
```zsh
cargo install mdbook@0.4.40
```
```zsh
mdbook watch --open
```
2024-07-29 19:32:31 +00:00
## git repo URLs
- Main repo: https://git.nstr.no/nstr-sw/sdn
- GitHub mirror: https://github.com/nstr-sw/sdn
## IETF RFCs
The following IETF RFCs have been consulted
during the development of this project:
- [RFC 8200: Internet Protocol, Version 6 (IPv6) Specification](https://www.rfc-editor.org/rfc/rfc8200.html)