Skip to content

Commit

Permalink
Minor update of documentation for RDE implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucazulian committed May 20, 2023
1 parent 67e4723 commit 4cd1c44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/bgp/server/rde.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
defmodule BGP.Server.RDE do
@moduledoc false
@moduledoc """
RDE implementation based on RFC4271 section 9 (https://www.rfc-editor.org/rfc/rfc4271#section-9):
* performs preference calculation for received routes.
* performs route selection and maintains Adj-RIB-In, Loc-Rib, Adjs-RIB-Out in ETS.
* performs route dissemination to peers after processing updates.
"""

alias BGP.{Message.UPDATE, Server}

Expand Down

0 comments on commit 4cd1c44

Please sign in to comment.