From a781a1611f6b1efe9711dab96dee57ea785280fb Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 29 Nov 2017 18:23:48 +0100 Subject: 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 Signed-off-by: Sander Vrijders --- doc/man/ouroboros.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3