Skip to content

Commit

Permalink
Update man page for -x option.
Browse files Browse the repository at this point in the history
Add softflowd.html generated from softflowd.8 (groff -Thtml -mandoc -c softflowd.8 > softflowd.html)
Update softflowd.md generated from softflowd.html (pandoc -f html -t markdown softflowd.html > softflowd.md)
  • Loading branch information
irino committed Aug 13, 2022
1 parent 1804951 commit fb015b4
Show file tree
Hide file tree
Showing 4 changed files with 765 additions and 206 deletions.
3 changes: 3 additions & 0 deletions softflowd.8
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
.Op Fl C Ar capture_length
.Op Fl R Ar receive_port
.Op Fl S Ar send_interface_name
.Op Fl x Ar number_of_mpls_labels
.Op bpf_expression
.Sh DESCRIPTION
.Nm
Expand Down Expand Up @@ -219,6 +220,8 @@ Bidirectional mode in IPFIX (-b work with -v 10)
Adjusting time for reading pcap file (-a work with -r)
.It Fl l
Load balancing mode for multiple destinations which are specified with -n
.It Fl x Ar number_of_mpls_labels
specify number of mpls labels for export
.It Fl h
Display command-line usage information.
.It Fl L Ar hoplimit
Expand Down
1 change: 1 addition & 0 deletions softflowd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 +1800,7 @@ usage (void) {
#ifdef LINUX
" -S send_interface_name Specify send interface name\n"
#endif /* LINUX */
" -x Specify number of MPLS labels\n"
" -h Display this help\n"
"\n"
"Valid timeout names and default values:\n"
Expand Down
Loading

0 comments on commit fb015b4

Please sign in to comment.