Skip to content

Commit

Permalink
update freebsd route
Browse files Browse the repository at this point in the history
  • Loading branch information
xmh0511 committed Sep 11, 2024
1 parent 9d084d2 commit 34c0830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn main_entry(quit: Receiver<()>) -> Result<(), BoxError> {
#[allow(unreachable_code)]
Ok::<(), BoxError>(())
});
//dev_t.set_network_address((10, 0, 0, 88), (255, 255, 255, 0), None)?;
dev_t.set_network_address((10, 0, 0, 88), (255, 255, 255, 0), None)?;
dev_t.set_network_address(
"CDCD:910A:2222:5498:8475:1111:3900:2024"
.parse::<IpAddr>()
Expand Down

0 comments on commit 34c0830

Please sign in to comment.