Skip to content

Commit b07ef1c

Browse files
committed
man: Update man pages
Updates the man pages for the new wrapper script Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
1 parent bcfed98 commit b07ef1c

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

man/labgrid-client.1

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,44 @@ usage: labgrid\-client monitor
487487
.EE
488488
.UNINDENT
489489
.UNINDENT
490+
.SS labgrid\-client netns
491+
.sp
492+
start a network namespace with access to NetworkInterface
493+
.INDENT 0.0
494+
.INDENT 3.5
495+
.sp
496+
.EX
497+
usage: labgrid\-client netns [\-\-name NAME] [\-\-address ADDRESS]
498+
[\-\-mac\-address MAC_ADDRESS] [\-\-nsenter [NSENTER]]
499+
...
500+
.EE
501+
.UNINDENT
502+
.UNINDENT
503+
.INDENT 0.0
504+
.TP
505+
.B cmd
506+
command to execute in the namespace. If unspecified, $SHELL is invoked
507+
.UNINDENT
508+
.INDENT 0.0
509+
.TP
510+
.B \-\-name <name>, \-n <name>
511+
optional resource name
512+
.UNINDENT
513+
.INDENT 0.0
514+
.TP
515+
.B \-\-address <address>, \-a <address>
516+
assign address to interface (CIDR notation)
517+
.UNINDENT
518+
.INDENT 0.0
519+
.TP
520+
.B \-\-mac\-address <mac_address>
521+
assign MAC address to interface
522+
.UNINDENT
523+
.INDENT 0.0
524+
.TP
525+
.B \-\-nsenter <nsenter>, \-e <nsenter>
526+
create nsenter wrapper script
527+
.UNINDENT
490528
.SS labgrid\-client places|p
491529
.sp
492530
list available places

0 commit comments

Comments
 (0)