diff options
Diffstat (limited to 'content/en/blog/news')
-rw-r--r-- | content/en/blog/news/20200216-ecmp.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/content/en/blog/news/20200216-ecmp.md b/content/en/blog/news/20200216-ecmp.md index 0a37552..ce632c9 100644 --- a/content/en/blog/news/20200216-ecmp.md +++ b/content/en/blog/news/20200216-ecmp.md @@ -28,24 +28,24 @@ irm b i uni.a n net irm b i uni.a n uni.a #register these 2 names in the local IPCP -irm r n net l local -irm r n uni.a l local +irm n r net l local +irm n r uni.a l local #create 3 more unicast IPCPs, and enroll them with the first irm i e t unicast n uni.b l net irm b i uni.b n net irm b i uni.b n uni.b -irm r n uni.b l local +irm n r uni.b l local irm i e t unicast n uni.c l net irm b i uni.c n net irm b i uni.c n uni.c -irm r n uni.c l local +irm n r uni.c l local irm i e t unicast n uni.d l net irm b i uni.d n net irm b i uni.d n uni.d -irm r n uni.d l local +irm n r uni.d l local #connect uni.b to uni.a this creates a DT flow and a mgmt flow irm i conn name uni.b dst uni.a @@ -57,10 +57,10 @@ irm i conn name uni.d dst uni.a #register the oping application at 4 different locations #this allows us to check the multipath implementation -irm r n oping.a i uni.a -irm r n oping.b i uni.b -irm r n oping.c i uni.c -irm r n oping.d i uni.d +irm n r oping.a i uni.a +irm n r oping.b i uni.b +irm n r oping.c i uni.c +irm n r oping.d i uni.d #bind oping program to oping names irm b prog oping n oping.a |