Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Topi Miettinen
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

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Ian Pilcher
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

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Kenneth Porter
The command "ip addr" will display your address assignments.

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Ian Pilcher
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