diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-10-14 12:17:47 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-10-14 13:20:34 +0200 |
commit | 54a19002df18d2f19fc455c9b1ef9f88b96b7bd1 (patch) | |
tree | 20bba67589f85a708f626273979dae26a8530774 /passt.1 | |
parent | 1cbd2c8c6b3a564aba84abcd20f05c5c646d2fb4 (diff) | |
download | passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.gz passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.bz2 passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.lz passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.xz passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.zst passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.zip |
conf: Add -P, --pid, to specify a file where own PID is written to
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'passt.1')
-rw-r--r-- | passt.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -107,6 +107,11 @@ in \fBpasta\fR mode, where \fIinstance-number\fR is a progressive count of other detected instances running on the same host. .TP +.BR \-P ", " \-\-pid " " \fIfile +Write own PID to \fIfile\fR once initialisation is done, before forking to +background (if configured to do so). + +.TP .BR \-m ", " \-\-mtu " " \fImtu Assign \fImtu\fR via DHCP (option 26) and NDP (option type 5). By default, no MTU options will be sent. |