fixed issue for link data not including per/loss when it is a ptp node, for host to host links
This commit is contained in:
parent
c262778209
commit
4381615f1d
3 changed files with 2 additions and 5 deletions
|
@ -894,6 +894,7 @@ class PtpNet(CoreNetwork):
|
|||
unidirectional=unidirectional,
|
||||
delay=if1.getparam("delay"),
|
||||
bandwidth=if1.getparam("bw"),
|
||||
per=if1.getparam("loss"),
|
||||
dup=if1.getparam("duplicate"),
|
||||
jitter=if1.getparam("jitter"),
|
||||
interface1_id=if1.node.getifindex(if1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue