Skip to content

Commit

Permalink
ipv6 -> IPv6
Browse files Browse the repository at this point in the history
Co-authored-by: Catherine <[email protected]>
  • Loading branch information
Easyoakland and whitequark authored Jan 29, 2025
1 parent 6d58797 commit 24b581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iface/interface/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ impl InterfaceInner {
IpRepr::Ipv6(_) => {
// Check if we need to fragment it.
if total_ip_len > self.caps.ip_mtu() {
net_debug!("ipv6 fragmentation support is unimplemented. Dropping.");
net_debug!("IPv6 fragmentation support is unimplemented. Dropping.");
Ok(())
} else {
tx_token.consume(total_len, |mut tx_buffer| {
Expand Down

0 comments on commit 24b581b

Please sign in to comment.