diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2017-11-29 18:23:48 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-11-29 18:36:27 +0100 |
commit | a781a1611f6b1efe9711dab96dee57ea785280fb (patch) | |
tree | e9991fe1e070b46481ec46ecb15ecf16843a737f /doc/man/ouroboros.8 | |
parent | 4be8eb2ef77648e71ce22b465a49991b532d1ace (diff) | |
download | ouroboros-a781a1611f6b1efe9711dab96dee57ea785280fb.tar.gz ouroboros-a781a1611f6b1efe9711dab96dee57ea785280fb.zip |
ipcpd: Don't bind from the IPCP
The binding of the normal IPCP to its name is moved from the source
code to the irm tool introducing the "autobind" option for the
bootstrap and enroll commands. With this option, the IPCP will be
bound to the IPCP name and the DIF name automatically.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'doc/man/ouroboros.8')
-rw-r--r-- | doc/man/ouroboros.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index e22a0541..394625fa 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -135,7 +135,7 @@ destroys the IPCP process with name \fIname\fR. .RE .PP \fBirm ipcp bootstrap\fR type \fItype\fR name \fIname\fR dif \fIdif\fR \ -[\fIparams\fR] +[\fIparams\fR] [\fIautobind\fR] .RS 4 bootstraps an IPCP process of type \fItype\fR and name \fIname\fR in a DIF \fIdif\fR. If an IPCP with that name does not exist yet, the IPCP @@ -176,7 +176,6 @@ default: 4 bytes. default: 2 bytes. .PP [ttl] specifies the presence of a time-to-live field. -TODO: set a default TTL here? .PP [addr_auth \fIpolicy\fR] specifies the address authority policy. .br @@ -201,14 +200,18 @@ default: simple. \fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. .br default: SHA3_256. +.PP +[autobind] will automatically bind a normal IPCP to its name and the DIF name. .RE .RE .PP -\fBirm ipcp enroll\fR name \fIname\fR dif \fIdif\fR +\fBirm ipcp enroll\fR name \fIname\fR dif \fIdif\fR [\fIautobind\fR] .RS 4 enrolls a normal IPCP \fIname\fR to a dif for which the IPCPs accept flows for \fIname\fR. +.PP +[autobind] will automatically bind this IPCP to its name and the DIF name. .RE \fBirm ipcp connect\fR name \fIname\fR component \fIcomponent\fR dst |