You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is probably better to leave this alone for now, until we have made some progress on #92. The discussion on atlanticwave-sdx/sdx-controller#190 also is relevant.
In the interim, when implementing L2VPN pieces in pce, I think we can make do with Ports encoded-as-dicts.
node.set_ports() returns the Port objects because it call port_handler(), while link.set_ports() returns dict,
-> node.ports (Port) and link.ports (dict).
These lines in LinkHandler look right:
datamodel/src/sdx/datamodel/parsing/linkhandler.py
Line 18 in cb8c653
datamodel/src/sdx/datamodel/parsing/linkhandler.py
Line 37 in cb8c653
Also these lines in NodeHandler:
datamodel/src/sdx/datamodel/parsing/nodehandler.py
Line 19 in cb8c653
datamodel/src/sdx/datamodel/parsing/nodehandler.py
Line 32 in cb8c653
The text was updated successfully, but these errors were encountered: