Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable RevConfig #3111

Merged
merged 4 commits into from
Sep 6, 2019
Merged

Conversation

juagargi
Copy link
Contributor

@juagargi juagargi commented Sep 6, 2019

The values in ifstate.RevConfig are now configurable via BSConfig.
Also adapt/add UTs.


This change is Reviewable

Copy link
Contributor

@oncilla oncilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 7 of 7 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @juagargi)


go/beacon_srv/internal/config/config.go, line 50 at r1 (raw file):

	DefaultExpiredCheckInterval = 200 * time.Millisecond
	// DefaultRevTTL is the default revocation TTL.
	DefaultRevTTL = 10 * time.Second

use path_mgmt.MinRevTTL

@scrye scrye added the feature New feature or request label Sep 6, 2019
Copy link
Contributor Author

@juagargi juagargi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @oncilla)


go/beacon_srv/internal/config/config.go, line 50 at r1 (raw file):

Previously, Oncilla wrote…

use path_mgmt.MinRevTTL

Done.

Copy link
Contributor

@oncilla oncilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@oncilla oncilla merged commit 12a68de into scionproto:master Sep 6, 2019
@juagargi juagargi deleted the configurable_RevConfig branch September 6, 2019 13:08
juagargi added a commit to netsec-ethz/scion that referenced this pull request Sep 9, 2019
The values in ifstate.RevConfig are now configurable via beacon server config file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants