Skip to content

Commit

Permalink
Merge pull request #71 from dymil/patch-LSP-TTL
Browse files Browse the repository at this point in the history
Clarify TTLs in LS routing
  • Loading branch information
drbruced12 committed Mar 4, 2024
2 parents dbeb05d + 66b6e42 commit eaad38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internetworking/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ down.
LSPs also carry a time to live. This is used to ensure that old
link-state information is eventually removed from the network. A node
always decrements the TTL of a newly received LSP before flooding it to
its neighbors. It also “ages” the LSP while it is stored in the node.
When the TTL reaches 0, the node refloods the LSP with a TTL of 0, which
its neighbors. It also “ages” the LSP over time while it is stored in the node.
When the TTL reaches 0, the node refloods the LSP (with the TTL of 0), which
is interpreted by all the nodes in the network as a signal to delete
that LSP.

Expand Down

0 comments on commit eaad38f

Please sign in to comment.