raviteja-b
raviteja-b
> Anyone interested in tackling this? @susilsi7 @gkeishin can you please check if you are still noticing same issue on latest builds?
``` cat /etc/systemd/network/00-bmc-eth0.network [Network] LinkLocalAddressing=yes [Link] MACAddress=08:aa:ef:bb:00:14 [Match] Name=Eth0 root@p10bmc:~# cat /etc/systemd/network/00-bmc-eth1.network [Network] LinkLocalAddressing=yes [Link] MACAddress=08:aa:ef:bb:00:15 [Match] Name=eth1 ``` ``` networkctl status eth0 * 2: eth0 Link File: /lib/systemd/network/99-default.link Network...
I don't see any issue on helper machine configuration, helper machine has link local address & routes, will share these details if it helps in debug. Here is my observation...
ok Thank you! @ssahani I will explore these options for static IP addresses configuration. When both interfaces are in same or different subnet, it expected to use the same interface...
> I see your configurations and it's not static. Same as DHCP . Hence here you need a separate daemon to configure routing policy rules. Inside networkd we are missing...
@yuwata @ssahani Expecting additional routing table configuration for each interface to have linklocal addresses does not look right, this will be additional work for applications which uses systemd-networkd configuration. application...
> Yeah, maybe networkd should automatically add routing policy rules or routes. Yes, thank you for considering as feature request @yuwata this will be really helpful in supporting linklocal address...
> Hm... In such case, simplest solution I have is setting different network namespace for each interface, and running networkd in each namespace. Related to #14915. I have no other...
Hi @yuwata any update on this feature request ? this is really important feature required to address several routing issues across multiple interfaces.
Hi @yuwata any update on this feature request ? this really needs to be done for dhcp addresses and linklocal addresses from systemd-networkd side