diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-05 23:13:56 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-05 23:13:56 +0200 |
commit | 992d3560369608085eaed41c385d17cbc4566fa5 (patch) | |
tree | 2daf914bf365ea98e97b19cfe88c8fe1590ef404 /Pipfile | |
parent | e1aab88d15f0edb6e95c61851fbdb2d72b664aae (diff) | |
download | vyos-1x-992d3560369608085eaed41c385d17cbc4566fa5.tar.gz vyos-1x-992d3560369608085eaed41c385d17cbc4566fa5.zip |
dhcpv6-pd: T421: workaround for non existing interfaces
When DHCPv6-PD is configured to delegate a prefix to a non existing interface,
it is restarted (systemd default) but will then hit the restart rate-limit which
disables the service entirely.
As VyOS currently has no "hook" to be called once an interface goes online we
need this "try and error" approach until there is a way to deal with it. This
behavior can be reproduced when delegating an IPv6 prefix to a bridge interface
as a bridge interface will always be started after all interfaces have been
configured.
We will now restart dhcp6c as long as the requested interface is online.
Diffstat (limited to 'Pipfile')
0 files changed, 0 insertions, 0 deletions