diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-08-14 00:11:14 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-08-14 00:11:14 +0200 |
commit | a67d18ccf157559e23303dc57815402939f2a88e (patch) | |
tree | 5456a3c57617498e42536b22fcff3ae4c59e29e8 /sys/man/4 | |
parent | d8d26c7001d63537be2d4bf6c39778ad07e32e3a (diff) |
import: make aan (-p flag) work in ``backwards mode'' (-B)
in backwards mode, the roles of the aan filters need to be
reversed. add "-n address" option to import to override the
announce address for the aan server part (default tcp!*!0).
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/import | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/man/4/import b/sys/man/4/import index 17ebe95fb..f7df94066 100644 --- a/sys/man/4/import +++ b/sys/man/4/import @@ -123,6 +123,11 @@ Push the filter onto the connection to protect against temporary network outages. .TP +.B -n +Specify announce string for +.IR aan (8) +filter when run in ``backwards'' mode. +.TP .B -s \fIname Post the connection's mountable file descriptor as .BI /srv/ name\fR. |