bitcollector1
bitcollector1
I'm loving the plugin but I was wondering if you could make the default for the Leases Tab be "Subnet" instead of "IP Address" It would be awesome if my...
An option in the drop down for "ALL LEASES" might also do the trick and be much easier and cleaner in the end.
I was running into issues with the parser using the examples on this site. I'm using Python 3.11 and can provide more details if needed. We have access to the...
working well now, thanks again for the quick fix :) ``` Found Subnet 10.254.149.128/25 (Subnet ID: 3972899536) Code: 28 Data: 10.254.149.255 Code: 1 Data: 255.255.255.128 Code: 3 Data: 10.254.149.129 Code:...
on a somewhat unrelated note, I'm also getting a failure for lease4_get_all() ``` server.dhcp4.lease4_get_all() --------------------------------------------------------------------------- KeaLeaseNotFoundException Traceback (most recent call last) Cell In [2], line 1 ----> 1 server.dhcp4.lease4_get_all() File...
Nice, I'm seeing the full list of leases now with the server.dhcp4.lease4_get_all() ``` [Lease4(cltt=1687539927, fqdn_fwd=False, fqdn_rev=False, hostname='', hw_address='ac:1f:6b:3d:92:6b', ip_address='10.254.84.63', state=0, subnet_id=2494219477, valid_lft=3600), Lease4(cltt=1687536793, fqdn_fwd=False, fqdn_rev=False, hostname='', hw_address='4c:38:d5:07:5d:be', ip_address='10.254.84.64', state=0, subnet_id=2494219477,...
We just upgraded to 2.4 today and I've been meaning to try out some of the newly supported commands. I'll let you know if I run into any issues.
I'm Implementing DDNS in the next week or so, more great timing :) Thanks again!