updated linkconfig to support asymmetric links, updated grpc start session to provide asymmetric links, since they currently depend on being processed as a link edit

This commit is contained in:
Blake Harnden 2019-12-18 22:09:00 -08:00
parent 1884cda271
commit 8eb4df7b1d
10 changed files with 162 additions and 55 deletions

View file

@ -965,6 +965,7 @@ class PtpNet(CoreNetwork):
if unidirectional:
link_data = LinkData(
message_type=0,
link_type=self.linktype,
node1_id=if2.node.id,
node2_id=if1.node.id,
delay=if2.getparam("delay"),