All of lore.kernel.org
 help / color / mirror / Atom feed
* Why IPv6AcceptRA is disabled in phosphor-network
@ 2020-07-07 11:09 David Wang (王振宇)
  2020-07-10 12:01 ` Ratan Gupta
  0 siblings, 1 reply; 2+ messages in thread
From: David Wang (王振宇) @ 2020-07-07 11:09 UTC (permalink / raw)
  To: openbmc

Hi all,
  I want to set DHCPv6 to enable by default in my BMC.
That is, I can delete /etc/systemd/network/00-bmc-eth*.network
and reboot and still have DHCPv6 reachable.

But I notice that IPv6AcceptRA is disabled in phosphor-network
in order not to handle the ipv6 routing advertisement message periodically.
See: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-networkd/+/8361

Why we need to avoid handling RA periodically?
Does it cause any bad effect?
If I want to keep the acceptance RA, how should I configure it?
Or should I just patch "IPv6AcceptRA=true" in phosphor-network of my BMC?

Thank you,

Regards,
David

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Why IPv6AcceptRA is disabled in phosphor-network
  2020-07-07 11:09 Why IPv6AcceptRA is disabled in phosphor-network David Wang (王振宇)
@ 2020-07-10 12:01 ` Ratan Gupta
  0 siblings, 0 replies; 2+ messages in thread
From: Ratan Gupta @ 2020-07-10 12:01 UTC (permalink / raw)
  To: openbmc

Hi David,

On 7/7/20 4:39 PM, David Wang (王振宇) wrote:
> Hi all,
>    I want to set DHCPv6 to enable by default in my BMC.
> That is, I can delete /etc/systemd/network/00-bmc-eth*.network
> and reboot and still have DHCPv6 reachable.
>
> But I notice that IPv6AcceptRA is disabled in phosphor-network
> in order not to handle the ipv6 routing advertisement message periodically.
> See: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-networkd/+/8361
Currently phosphor-networkd doesn't support SLAAC(DHCPV6, Router 
advertised address).
>
> Why we need to avoid handling RA periodically?

If you have bad router configured in network which keeps sending the 
routing prefix frequently, phopshor-networkd frequently refreshing its 
D-bus objects.It can be fixed as ignore the refreshing of the Dbus 
objects if there is a D-bus object entry for the given IP address.

> Does it cause any bad effect?
> If I want to keep the acceptance RA, how should I configure it?
> Or should I just patch "IPv6AcceptRA=true" in phosphor-network of my BMC?
If we fix the behavior as suggested above there should not be a problem.
>
> Thank you,
>
> Regards,
> David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-10 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 11:09 Why IPv6AcceptRA is disabled in phosphor-network David Wang (王振宇)
2020-07-10 12:01 ` Ratan Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.