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

Update encryption documentation KMC config example #186

Closed
nttoole opened this issue Jun 23, 2022 · 0 comments · Fixed by #187
Closed

Update encryption documentation KMC config example #186

nttoole opened this issue Jun 23, 2022 · 0 comments · Fixed by #187

Comments

@nttoole
Copy link
Contributor

nttoole commented Jun 23, 2022

Per Mike Pajevski,
The format for some of the VCID property names have a sub-field (tfvn), which should be captured in the example configuration (to be in sync with KMC 3.1.0

Basically, add a new '.0' to the existing entries that contain VCID.

Example from...

- cryptolib.tc.44.0.max_frame_length=1024
- cryptolib.tc.44.1.has_segmentation_header=false
- cryptolib.tc.44.1.has_pus_header=false

... to

- cryptolib.tc.44.0.0.max_frame_length=1024
- cryptolib.tc.44.1.0.has_segmentation_header=false
- cryptolib.tc.44.1.0.has_pus_header=false
nttoole added a commit that referenced this issue Jun 23, 2022
Issue #186 - Update example config for KMC 3.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant