Skip to content

Commit

Permalink
rift: per-link state machines, up to peering
Browse files Browse the repository at this point in the history
Move to a per-link state machine model. This model is working up to
peering, including handling link loss failures. The state machines as
described in RFD 196 are implemented through three-way RIFT adjacency.
This includes

- link detection and monitoring
- ipv6 link-local address detection and mointoring
- ipv6 router discovery through solicitation and advertising
- rift link information exchange and formation of one- two- and
  three-way adjacencies.
  • Loading branch information
rcgoodfellow committed Oct 11, 2021
1 parent b780de0 commit 6b43aa5
Show file tree
Hide file tree
Showing 27 changed files with 2,498 additions and 646 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ LIBZFS_CORE_LOOKUP_WITH = "link"
# reqwest
OPENSSL_LIB_DIR = "/usr/lib"
OPENSSL_INCLUDE_DIR = "/usr/include/openssl-1.1"

[net]
git-fetch-with-cli = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
*.sw*
Loading

0 comments on commit 6b43aa5

Please sign in to comment.