Routed Netmails should still have the netmail dest address, not the hub's address
This commit is contained in:
parent
7087fe9bbb
commit
250e584c03
@ -172,11 +172,11 @@ final class Netmail extends Model implements Packet
|
||||
try {
|
||||
$o->header = [
|
||||
'onode' => $this->fftn->node_id,
|
||||
'dnode' => $ao->node_id,
|
||||
'dnode' => $this->tftn->node_id,
|
||||
'onet' => $this->fftn->host_id,
|
||||
'dnet' => $ao->host_id,
|
||||
'dnet' => $this->tftn->host_id,
|
||||
'opoint' => $this->fftn->point_id,
|
||||
'dpoint' => $ao->point_id,
|
||||
'dpoint' => $this->tftn->point_id,
|
||||
'flags' => 0,
|
||||
'cost' => 0,
|
||||
'date'=>$this->datetime->format('d M y H:i:s'),
|
||||
|
Loading…
Reference in New Issue
Block a user