Lines Matching refs:nodeid
77 for nodeid in ROUTER_IDS:
78 TOPOLOGY[nodeid] = {
83 TOPOLOGY[SERVER]['allowlist'].append(nodeid)
85 for nodeid in FED_IDS:
86 parentid = nodeid - NUM_ROUTERS
87 TOPOLOGY[nodeid] = {
93 TOPOLOGY[parentid]['allowlist'].append(nodeid)
102 for nodeid in ROUTER_IDS:
103 yield self.nodes[nodeid]
106 for nodeid in FED_IDS:
107 yield self.nodes[nodeid]
110 for nodeid in CLIENT_IDS:
111 yield self.nodes[nodeid]