ioBroker / ioBroker.ping

Pings configured IPs for ioBroker
MIT License
21 stars 17 forks source link

My fault (New Function "Browse" ignores Subnetmask) #166

Closed BernhardLinz closed 2 months ago

BernhardLinz commented 2 months ago

New Version 1.7.0 with the new feature "browse": image 1024 is wrong:

bananajoe@iobroker:~$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:50:56:bf:67:f4 brd ff:ff:ff:ff:ff:ff
    altname enp3s0
    inet 192.168.1.8/22 brd 192.168.3.255 scope global ens160
       valid_lft forever preferred_lft forever

My Subnetmask is 22, so the Range schould be 4096

BernhardLinz commented 2 months ago

My Fault, everything works fine