Yu Watanabe

Results 292 comments of Yu Watanabe

``` ../src/bpf/bpfd-manager.c:53:29: error: variable has incomplete type 'struct bpf_map_info' struct bpf_map_info map_info = {}; ^ ../src/bpf/bpfd-manager.c:53:16: note: forward declaration of 'struct bpf_map_info' struct bpf_map_info map_info = {}; ^ ../src/bpf/bpfd-manager.c:55:30: error:...

Currently, systemd.hostname= is only used by PID1, but its value is 'propagated' to hostnamed through set/gethostname(), and announced in Hostname DBus property. If hostnamed considered the hostname set through the...

Fix is waiting in #22574.

I see. I misunderstood your issue. Have you tried `PrefixDelegationHint=` setting? E.g. `PrefixDelegationHint=::/56`.

If the server ignores the hint, and always assign /64 prefix(es), then I guess there is nothing we can do...

To support such situation, the internal logic of networkd needs to be heavily rewritten... Let me confirm that the server provides only single matching IA_PD option, and it contains multiple...

Please create the following drop-in config with `systemctl edit systemd-networkd.service`: ``` # /etc/systemd/system/systemd-networkd.service.d/override.conf [Service] Environment=SYSTEMD_LOG_LEVEL=debug ``` Then, restart systemd-networkd. You can find many debugging logs of networkd in journal. Please...