On 22.10.2022 15.55, Ian Pilcher wrote:
On 10/19/22 17:05, Ian Pilcher wrote:
I've managed to get systemd-networkd to request and IPv6 prefix from my
ISP, and I can see it the journal. Now I need to programmatically
retrieve it, so that my home-grown scripts can set up the various
routes, addre
On 10/22/22 10:37, Kenneth Porter wrote:
The command "ip addr" will display your address assignments.
It won't show the delegated prefix, though, because it isn't assigned to
any interface.
--
Google
The command "ip addr" will display your address assignments.
On 10/19/22 17:05, Ian Pilcher wrote:
I've managed to get systemd-networkd to request and IPv6 prefix from my
ISP, and I can see it the journal. Now I need to programmatically
retrieve it, so that my home-grown scripts can set up the various
routes, address, firewall rules, etc.
(I know that sy