Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omar2535 authored and jadinm committed Mar 4, 2022
1 parent d4ad457 commit 17eb808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addressing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ and for real interfaces of all the nodes.

lr2h2 = self.addLink(r2, h2)
lr2h2[r2].addParams(ip=("2042:2b::2/64", "10.62.0.2/24"))
lr2h2[r2].addParams(ip=("2042:2b::b/64", "10.62.0.6/24"))
lr2h2[h2].addParams(ip=("2042:2b::b/64", "10.62.0.6/24"))

super().build(*args, **kwargs)
Expand Down

0 comments on commit 17eb808

Please sign in to comment.