More work to decommission rogue_path
This commit is contained in:
@@ -325,7 +325,6 @@ class MessageProcess implements ShouldQueue
|
||||
$o->msg_src = $this->msg->message_src;
|
||||
$o->msg_crc = md5($this->msg->message);
|
||||
$o->rogue_seenby = $this->msg->rogue_seenby;
|
||||
$o->rogue_path = $this->msg->rogue_path;
|
||||
$o->set_path = $this->msg->pathaddress;
|
||||
$o->set_seenby = $this->msg->seenaddress;
|
||||
$o->set_recvtime = $this->recvtime;
|
||||
|
@@ -351,7 +351,7 @@ class NodelistImport implements ShouldQueue
|
||||
}
|
||||
|
||||
// If the address exists, but it was discovered, assign it to this new host
|
||||
if ($ao->system_id && ($ao->system_id !== $so->id) && ($ao->system->name === 'Discovered System')) {
|
||||
if ($ao->system_id && ($ao->system_id !== $so->id) && ($ao->system->name === System::default)) {
|
||||
Log::info(sprintf('%s:= Re-assigning discovered address to [%s]',self::LOGKEY,$so->id));
|
||||
|
||||
} elseif (! $ao->system_id) {
|
||||
|
Reference in New Issue
Block a user