Re: [PATCH iproute2-next] ip: don't use program name to select command

2021-01-13 Thread David Ahern
On 1/11/21 12:05 PM, Matteo Croce wrote: > From: Matteo Croce > > ip has an ancient behaviour of looking at its program name to determine > the command to run. If the name is longer than 2 characters, the first two > letters are stripped and the others are interpreted as the command name: > >

[PATCH iproute2-next] ip: don't use program name to select command

2021-01-11 Thread Matteo Croce
From: Matteo Croce ip has an ancient behaviour of looking at its program name to determine the command to run. If the name is longer than 2 characters, the first two letters are stripped and the others are interpreted as the command name: $ ln -s /sbin/ip iproute $ ln -s /sbin/ip ipa