BINKP responding to incoming netmail pings
This commit is contained in:
@@ -52,6 +52,9 @@ class Node
|
||||
public function __get($key)
|
||||
{
|
||||
switch ($key) {
|
||||
case 'address':
|
||||
return ($x=$this->ftns_authed)->count() ? $x->first() : $this->ftns->first();
|
||||
|
||||
// Number of AKAs the remote has
|
||||
case 'aka_num':
|
||||
return $this->ftns->count();
|
||||
@@ -117,6 +120,7 @@ class Node
|
||||
}
|
||||
|
||||
$this->ftns->push($value);
|
||||
|
||||
break;
|
||||
|
||||
case 'system':
|
||||
|
Reference in New Issue
Block a user