Skip to content

Commit

Permalink
fix: target name
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Oct 30, 2024
1 parent 9787bf0 commit 54723ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ enable-mptcp:
.PHONY: enable-mptcp

## disable-mptcp: Disables mptcp over multiple ports. Only works on Linux Kernel 5.6 and above.
disable_mptcp:
disable-mptcp:
@echo "Disabling MPTCP..."
@sudo sysctl -w net.mptcp.enabled=0
@sudo sysctl -w net.mptcp.mptcp_path_manager=default
Expand Down

0 comments on commit 54723ce

Please sign in to comment.