Skip to content

Commit cad2c0d

Browse files
committed
fixup! Change maxdgram sysctl variable to host interface mtu
1 parent b610438 commit cad2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-manager/src/tests/tunnel_state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async fn test_mtu_detection(
111111
#[cfg(target_os = "linux")]
112112
let _nft_guard = setup_nftables_drop_pings_rule(MAX_PACKET_SIZE).await;
113113
#[cfg(target_os = "macos")]
114-
let _mtu_guard = set_bridge_interface_mtu(MAX_PACKET_SIZE).await?;
114+
let _mtu_guard = set_bridge_interface_mtu(MAX_PACKET_SIZE)?;
115115

116116
// Test that the firewall rule works
117117
log::info!("Sending large ping outside tunnel");

0 commit comments

Comments
 (0)