DanaGoyette
DanaGoyette
Somehow I must've sent this before I finished typing it. My guess is that the grep is getting confused by the /tmp/hosts/ip6neigh.bak file that keeps getting automatically created. In ip6neigh-svc.sh:...
I did a bit more investigating, by making the get_name function in ip6neigh-svc.sh print the match, and yes, with that .bak file, I see two lines for the same hostname....
In my use case, I was using it when I have several NICs (two 1G ports and two 10G ports) on a machine, and I want to be able to...
I found another case where I end up having to have two MAC address entries on one host: ` option mac 'e4:5f:01:f7:6f:34 id:01:e4:5f:01:f7:6f:34'`
That's actually the same machine and same NIC twice… it seems like depending on OS, sometimes it sends a dhcp-client-id (the `id:01:…`) and sometimes doesn't (the plain MAC address). So,...
This is caused by the use of the deprecated `todoist` pip library. The project needs to be updated to use the `todoist-api-python` library instead. ``` This endpoint is deprecated. If...