Skip to content
Snippets Groups Projects
Commit 4f60de37 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

dump: Add self node in network device list

- TR181 datamodel is mapped with network nodes, adding self node in
  network node will display information of self AL node as well
parent dd44f5cb
No related tags found
Loading
Pipeline #4163 passed
...@@ -125,7 +125,6 @@ int topologyd_node_add(struct topologyd_private *priv, struct node *node) ...@@ -125,7 +125,6 @@ int topologyd_node_add(struct topologyd_private *priv, struct node *node)
topologyd_algo_run(priv); topologyd_algo_run(priv);
first_run_flag = 1; first_run_flag = 1;
} }
return 0;
} }
/* Add node if not present in topology. /* Add node if not present in topology.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment