diff options
Diffstat (limited to 'content/en/docs/Tutorials/tutorial-4.md')
-rw-r--r-- | content/en/docs/Tutorials/tutorial-4.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/en/docs/Tutorials/tutorial-4.md b/content/en/docs/Tutorials/tutorial-4.md index 1e2dde5..10116de 100644 --- a/content/en/docs/Tutorials/tutorial-4.md +++ b/content/en/docs/Tutorials/tutorial-4.md @@ -104,12 +104,12 @@ node0: $ irm ipcp bootstrap type normal name normal_0 layer normal_layer $ irm bind ipcp normal_0 name normal_0 $ irm b i normal_0 n normal_layer -$ irm register name normal_layer layer eth -$ irm r n normal_0 l eth +$ irm name register normal_layer layer eth +$ irm n r normal_0 l eth node1: $ irm ipcp enroll name normal_1 layer normal_layer autobind -$ irm r n normal_layer l eth -$ irm r n normal_1 l eth +$ irm n r normal_layer l eth +$ irm n r normal_1 l eth ``` The IPCPs should acknowledge the enrollment in their logs: |