Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optionally use source/target id's instead of names when building edges #16

Open
rfdrake opened this issue May 23, 2016 · 1 comment
Open

Comments

@rfdrake
Copy link
Contributor

rfdrake commented May 23, 2016

If you build an edge between two nodes in the map topology editor, then rename one of the nodes it causes the links built between the nodes to disappear.

Example:

   "edges": [
     {
       "capacity": "100G",
       "source": "Node1",
       "target": "Node2"
     },

If I were to change "Node1" to "Node 1" then this link goes away. It would be nice if I could use "source-id": "08a6bfc0-0f80-45af-92fc-7e06c2fa59ae" instead so the link can follow the node rename.

@jdugan1024
Copy link
Contributor

Thanks for the bug report. We've been discussing this issue and will definitely be making a change along these lines, but I can't say for sure when it will happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants