Lines Matching refs:r3
62 r3 = cli.Node() variable
77 r2.allowlist_node(r3)
80 r3.allowlist_node(r2)
81 r3.allowlist_node(r4)
82 r3.allowlist_node(r5)
83 r3.set_macfilter_lqi_to_node(r2, 2)
86 r4.allowlist_node(r3)
91 r5.allowlist_node(r3)
101 r3.join(r1)
113 r3_rloc = int(r3.get_rloc16(), 16)
158 verify(parse_nexthop(r3.get_nexthop(r3_rloc)) == (r3_rloc, 0))
159 verify(parse_nexthop(r3.get_nexthop(r5_rloc)) == (r5_rloc, 1))
160 verify(parse_nexthop(r3.get_nexthop(r4_rloc)) == (r4_rloc, 1))
161 verify(parse_nexthop(r3.get_nexthop(r2_rloc)) == (r2_rloc, 2))
164 (nexthop, cost) = parse_nexthop(r3.get_nexthop(r1_rloc))
168 verify(parse_nexthop(r3.get_nexthop(fed2_rloc)) == (nexthop, 4))
240 verify(parse_nexthop(r3.get_nexthop(r4_rloc)) == (0xfffe, 16))
246 verify(parse_nexthop(r3.get_nexthop(r2_rloc)) == (r2_rloc, 2))
277 verify(parse_nexthop(r3.get_nexthop(r1_rloc)) == (0xfffe, 16))