]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotests: adapt isis_srv6_topo1 to uN notation
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 Apr 2025 13:36:49 +0000 (15:36 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 1 May 2025 07:15:53 +0000 (09:15 +0200)
The 'show ipv6 route' command now displays the seg6local action in uN
notation when sids are micro SIDs. Propagate the changes in the test
for End and End.X operations.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
50 files changed:
tests/topotests/isis_srv6_topo1/rt1/step1/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt1/step3/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt1/step5/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt1/step7/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt1/step9/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step1/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step2/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step3/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step4/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step5/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step6/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step7/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step8/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt2/step9/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step1/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step2/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step3/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step4/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step5/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step6/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step7/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step8/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt3/step9/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step1/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step2/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step3/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step4/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step5/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step6/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step7/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step8/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt4/step9/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step1/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step2/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step3/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step4/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step5/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step6/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step7/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step8/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt5/step9/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step1/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step2/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step3/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step4/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step5/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step6/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step7/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step8/show_ipv6_route.ref
tests/topotests/isis_srv6_topo1/rt6/step9/show_ipv6_route.ref

index 2d30fc4d17e28a9649a5a9f8306136f709ee7912..a1da9d8ae40de231856c937d0e510275a3e176d1 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2d30fc4d17e28a9649a5a9f8306136f709ee7912..a1da9d8ae40de231856c937d0e510275a3e176d1 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2d30fc4d17e28a9649a5a9f8306136f709ee7912..a1da9d8ae40de231856c937d0e510275a3e176d1 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2d30fc4d17e28a9649a5a9f8306136f709ee7912..a1da9d8ae40de231856c937d0e510275a3e176d1 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2d30fc4d17e28a9649a5a9f8306136f709ee7912..a1da9d8ae40de231856c937d0e510275a3e176d1 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "interfaceName":"eth-sw1",
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 150fa92241df5fea3e35aa2f3c4e6e860c1f2abd..5780b73ab2b19bf1d164cede5e3f27ef8e9e9d44 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index f9c2d098cc60061c1a56e2750a512af95f9f5179..b6188ea6bee57988d5969191654f73f832554f16 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 150fa92241df5fea3e35aa2f3c4e6e860c1f2abd..5780b73ab2b19bf1d164cede5e3f27ef8e9e9d44 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index f9c2d098cc60061c1a56e2750a512af95f9f5179..b6188ea6bee57988d5969191654f73f832554f16 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 150fa92241df5fea3e35aa2f3c4e6e860c1f2abd..5780b73ab2b19bf1d164cede5e3f27ef8e9e9d44 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index f9c2d098cc60061c1a56e2750a512af95f9f5179..b6188ea6bee57988d5969191654f73f832554f16 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 150fa92241df5fea3e35aa2f3c4e6e860c1f2abd..5780b73ab2b19bf1d164cede5e3f27ef8e9e9d44 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index f9c2d098cc60061c1a56e2750a512af95f9f5179..b6188ea6bee57988d5969191654f73f832554f16 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 150fa92241df5fea3e35aa2f3c4e6e860c1f2abd..5780b73ab2b19bf1d164cede5e3f27ef8e9e9d44 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index fc0e5161c221735483c7edb0862c2325c5354785..04912da1be0f890b9486b60cc001b9056389320a 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index a24d95e78ed7c613af60c42f5e333a19db93ec53..142aeed0d21a4fc69b0faa7d6fe4fdd0709dd6d6 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index fc0e5161c221735483c7edb0862c2325c5354785..04912da1be0f890b9486b60cc001b9056389320a 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index a24d95e78ed7c613af60c42f5e333a19db93ec53..142aeed0d21a4fc69b0faa7d6fe4fdd0709dd6d6 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index fc0e5161c221735483c7edb0862c2325c5354785..04912da1be0f890b9486b60cc001b9056389320a 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index a24d95e78ed7c613af60c42f5e333a19db93ec53..142aeed0d21a4fc69b0faa7d6fe4fdd0709dd6d6 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index fc0e5161c221735483c7edb0862c2325c5354785..04912da1be0f890b9486b60cc001b9056389320a 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index a24d95e78ed7c613af60c42f5e333a19db93ec53..142aeed0d21a4fc69b0faa7d6fe4fdd0709dd6d6 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index fc0e5161c221735483c7edb0862c2325c5354785..04912da1be0f890b9486b60cc001b9056389320a 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2878c24cc85db8625eee0bfa711ae6f398b5004d..a717b1fece1f401d6d39389f8d9e44b1697f3be7 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
     }
   ]
-}
\ No newline at end of file
+}
index bea54ba6b2822a4706ecefab7b1eebd060cc122a..1199d3db249a0c4a555cec1f44bcb04ade5e967c 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2878c24cc85db8625eee0bfa711ae6f398b5004d..da2fffb0b253c46029d19c29990f72953548b234 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index bea54ba6b2822a4706ecefab7b1eebd060cc122a..1199d3db249a0c4a555cec1f44bcb04ade5e967c 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2878c24cc85db8625eee0bfa711ae6f398b5004d..da2fffb0b253c46029d19c29990f72953548b234 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index bea54ba6b2822a4706ecefab7b1eebd060cc122a..1199d3db249a0c4a555cec1f44bcb04ade5e967c 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2878c24cc85db8625eee0bfa711ae6f398b5004d..da2fffb0b253c46029d19c29990f72953548b234 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index bea54ba6b2822a4706ecefab7b1eebd060cc122a..1199d3db249a0c4a555cec1f44bcb04ade5e967c 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 2878c24cc85db8625eee0bfa711ae6f398b5004d..da2fffb0b253c46029d19c29990f72953548b234 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index d6ad4c2aad24f3d7083b921643251bbcb3ad01f1..ddfb175da8a1c992a5fd5e3306c4622d39eb10fb 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index c245270177097686ee9c903adc927acede6be5e2..7788d73c433a40dba0fc5e80aa5cfb8deb2184f0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index d6ad4c2aad24f3d7083b921643251bbcb3ad01f1..ddfb175da8a1c992a5fd5e3306c4622d39eb10fb 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index c245270177097686ee9c903adc927acede6be5e2..7788d73c433a40dba0fc5e80aa5cfb8deb2184f0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index d6ad4c2aad24f3d7083b921643251bbcb3ad01f1..ddfb175da8a1c992a5fd5e3306c4622d39eb10fb 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index c245270177097686ee9c903adc927acede6be5e2..7788d73c433a40dba0fc5e80aa5cfb8deb2184f0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index d6ad4c2aad24f3d7083b921643251bbcb3ad01f1..ddfb175da8a1c992a5fd5e3306c4622d39eb10fb 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index c245270177097686ee9c903adc927acede6be5e2..7788d73c433a40dba0fc5e80aa5cfb8deb2184f0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index d6ad4c2aad24f3d7083b921643251bbcb3ad01f1..ddfb175da8a1c992a5fd5e3306c4622d39eb10fb 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 407e2d0f4cfec3b98c666b3a0f41d27d020b0f66..41add1c0388b44dc0b25e3eb231ce36942d3eef0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 6c64bd7d1eecc95f75eeaa05fe4ab8c8c5463070..dce69c0773aec72e61c4f86c4bd9478d04c1ce2d 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 407e2d0f4cfec3b98c666b3a0f41d27d020b0f66..41add1c0388b44dc0b25e3eb231ce36942d3eef0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 6c64bd7d1eecc95f75eeaa05fe4ab8c8c5463070..dce69c0773aec72e61c4f86c4bd9478d04c1ce2d 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 407e2d0f4cfec3b98c666b3a0f41d27d020b0f66..41add1c0388b44dc0b25e3eb231ce36942d3eef0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 6c64bd7d1eecc95f75eeaa05fe4ab8c8c5463070..dce69c0773aec72e61c4f86c4bd9478d04c1ce2d 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 407e2d0f4cfec3b98c666b3a0f41d27d020b0f66..41add1c0388b44dc0b25e3eb231ce36942d3eef0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 6c64bd7d1eecc95f75eeaa05fe4ab8c8c5463070..dce69c0773aec72e61c4f86c4bd9478d04c1ce2d 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
index 407e2d0f4cfec3b98c666b3a0f41d27d020b0f66..41add1c0388b44dc0b25e3eb231ce36942d3eef0 100644 (file)
           "interfaceName":"sr0",
           "active":true,
           "seg6local":{
-            "action":"End"
+            "action":"uN"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]
           "directlyConnected":true,
           "active":true,
           "seg6local":{
-            "action":"End.X"
+            "action":"uA"
           }
         }
       ]