[Network] Devices only scaned in 255.255.255.0 network of OH server

Hi,
I’ve changed my 192.168.x.x network from subnet mask 255.255.255.0 to 255.255.0.0 and reassigned the devices via DHCP.
A scan via Network binding just shows me the devices in the 255.255.255.0 subnet of the OH server.
I haven’t fond any parameter to change this.
(ifconfig shows mask 255.255.0.0)
Thanks for your support.
Joerg

According to the docs it doesn’t look like a network mask can be specified.
Have a look to the source code of the binding if the network mask is set to a fixed value or if it is being extracted from a network setting of a network interface.
Have you tried to use DHCP detection for device discovery or is this no option ?

Hi,
will try to dig into source code.
DHCP detection is enabled without any effect.
Joerg