Skip to content

Commit

Permalink
pm: note about Busybox's ip command
Browse files Browse the repository at this point in the history
It doesn't support MPTCP yet.

Because it is installed in some embedded environments by default, it
sounds good to mention that the "full" version is needed, e.g. ip-full
in OpenWRT.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Dec 28, 2024
1 parent fcda319 commit d3196e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pm.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ NetworkManager and `mptcpd` conflicting to configure the MPTCP endpoints.

This can be done using the `ip mptcp` command. Please check the manual for more
details: [`man ip-mptcp`](https://man7.org/linux/man-pages/man8/ip-mptcp.8.html).
Note that Busybox's `ip` command doesn't support MPTCP yet. You need the "full"
version from the [IPRoute2](https://wiki.linuxfoundation.org/networking/iproute2)
project.

#### Endpoints

Expand Down

0 comments on commit d3196e5

Please sign in to comment.