mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #357] buggy "has not seen IP updates since a long time, staleness: 1"? #277
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Sep 11, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/357
Originally assigned to: @ThomasWaldmann on GitHub.
A user has notified me by email on 9.9.2018 that:
So guess we should check the related code whether there is a bug.
@ThomasWaldmann commented on GitHub (Oct 18, 2018):
The problem is that the v4/v6 update time is only set when a real update is done.
Just creating a host does not set these timestamps, so they are considered as 1.1.1970.
We could just set both to the current time. It's not really correct either, but better than 1970.