Skip to content

Commit

Permalink
Fix formatting error in static routing README
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 13, 2024
1 parent 7e32f2f commit d1140b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contents/static_routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Lets look at the following example where PC1 wants to send something to PC4
2. R1 de-encapsulates the frame (look at the packet)
3. R1 will check the routing table for the most-specific matching route
* The following is R1s routing table atm:

![Routing table only has the default routes so far](docs/default_routes.png)
4. R1 has no matching routes in its routing table so it will **drop the packge**

Expand Down

0 comments on commit d1140b7

Please sign in to comment.