Re: [PATCH iproute2] mptcp: show all endpoints when no ID is specified

2020-07-27 Thread Stephen Hemminger
On Fri, 24 Jul 2020 14:17:18 +0200 Matthieu Baerts wrote: > According to 'ip mptcp help', 'endpoint show' can accept no argument: > > ip mptcp endpoint show [ id ID ] > > It makes sense to print all endpoints when no filter is used. > > So here if the following command is used, all endpoints

[PATCH iproute2] mptcp: show all endpoints when no ID is specified

2020-07-24 Thread Matthieu Baerts
According to 'ip mptcp help', 'endpoint show' can accept no argument: ip mptcp endpoint show [ id ID ] It makes sense to print all endpoints when no filter is used. So here if the following command is used, all endpoints are printed: ip mptcp endpoint show Same as: ip mptcp endpoint Fi