fixup: multiple devices per channel

This commit is contained in:
Tim Schubert 2020-06-21 13:01:32 +02:00
parent 13e4bf1aa7
commit 07cff2c920
6 changed files with 29 additions and 38 deletions

View file

@ -127,7 +127,8 @@ bool IslChannel::Deliver (
delay,
&IslNetDevice::Receive,
dst,
p->Copy ());
p->Copy (),
src);
// Call the tx anim callback on the net device
m_txrxIsl (p, src, dst, txTime, delay);