Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Onionoo
Commits
6d23a7ce
Commit
6d23a7ce
authored
May 29, 2017
by
Karsten Loesing
Browse files
Reset IPv6 exit-policy summary in details status.
Fixes
#22030
.
parent
9938b622
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
6d23a7ce
# Changes in version 4.0-1.?.? - 2017-0?-??
*
Medium changes
-
Reset IPv6 exit-policy summary in details status if a newer
server descriptor doesn't contain such a summary anymore.
# Changes in version 4.0-1.3.0 - 2017-08-04
*
Medium changes
...
...
src/main/java/org/torproject/onionoo/updater/NodeDetailsStatusUpdater.java
View file @
6d23a7ce
...
...
@@ -196,6 +196,8 @@ public class NodeDetailsStatusUpdater implements DescriptorListener,
exitPolicyV6Summary
.
put
(
descriptor
.
getIpv6DefaultPolicy
(),
portsOrPortRanges
);
detailsStatus
.
setExitPolicyV6Summary
(
exitPolicyV6Summary
);
}
else
{
detailsStatus
.
setExitPolicyV6Summary
(
null
);
}
detailsStatus
.
setHibernating
(
descriptor
.
isHibernating
()
?
true
:
null
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment