Re: [patch iproute2-next v3 1/2] devlink: introduce cmdline option to switch to a different namespace
From: David Ahern <hidden> Date: 2019-10-07 22:01:47
On 10/3/19 3:51 AM, Jiri Pirko wrote:
From: Jiri Pirko <redacted>
Similar to ip tool, add an option to devlink to operate under certain
network namespace. Unfortunately, "-n" is already taken, so use "-N"
instead.
Example:
$ devlink -N testns1 dev show
Signed-off-by: Jiri Pirko <redacted>
---
v1->v2:
- added patch description
---
devlink/devlink.c | 12 ++++++++++--
man/man8/devlink.8 | 4 ++++
2 files changed, 14 insertions(+), 2 deletions(-)