Results 13 issues of Roy Marples

While here, I cannot help but notice that Geekdocs requires `content/posts` but Geekdoc requires `content/post`. Making them match would be nice :)

enhancement

Would be nice :) But make it toggleable please in config.yaml, not sure all users would want it.

enhancement

Constantly going to the start of the logfile, checking the snippet, going back to where we were and then reading is a massive drain on the filesystem for zero benefit...

http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57957 routes::rt_add() should take into account source address when updating a route or returning early.

As per title. We might have to special case the handling of ND as that works per interface rather than a global socket.

### Discussed in https://github.com/NetworkConfiguration/dhcpcd/discussions/166 Originally posted by **guyyur** January 15, 2023 Hi, Is configuration of IPv4 only on specific interface supported? Example: dhcpcd.conf ``` ... allowinterfaces wan0 lan0 tun0 noipv4...

This is needed as on many platforms we can get a lot more information initial netlink/sysctl which getifaddrs discards Take care with the dev/udev intetgration to announce the address, we...

enhancement

NOLINT some code as I cannot easily make it pass clang-tidy checks. Fixes #8 but will likely need a good review.