| Summary: | padding bytes | ||
|---|---|---|---|
| Product: | softflowd | Reporter: | Alex Kishkin <alexey> |
| Component: | softflowd | Assignee: | Damien Miller <djm> |
| Status: | CLOSED INVALID | ||
| Severity: | minor | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
softflowd is not longer in this bugtracker closing bugs resolved before openssh-8.9 |
rfc 3954 states Padding The Exporter SHOULD insert some padding bytes so that the subsequent FlowSet starts at a 4-byte aligned boundary. It is important to note that the Length field includes the padding bytes. Padding SHOULD be using zeros. but now softflowd uses random bytes for padding data flowsets.