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

Modify RequestStreamRecord, NodeType enum #125

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

kimhanbeom
Copy link
Contributor

@kimhanbeom kimhanbeom commented Jun 27, 2024

  • Fix to use strum crate feature for RequestStreamRecord, NodeType.
  • Add Bootp, Dhcp to the RequestStreamRecord enum.

Close: #123

@kimhanbeom kimhanbeom requested a review from syncpark June 27, 2024 09:22
src/publish/stream.rs Outdated Show resolved Hide resolved
@kimhanbeom kimhanbeom force-pushed the david/add-requeststreamrecord-fields branch from cd1e044 to 30e28c2 Compare June 28, 2024 00:45
@kimhanbeom kimhanbeom changed the title Add Bootp, Dhcp to the RequestStreamRecord enum Modify RequestStreamRecord, NodeType enum Jun 28, 2024
@kimhanbeom kimhanbeom requested a review from sehkone June 28, 2024 00:49
- Fix to use strum crate feature for `RequestStreamRecord`, `NodeType`.
- Add `Bootp`, `Dhcp` to the `RequestStreamRecord` enum.

Close: #123
@kimhanbeom kimhanbeom force-pushed the david/add-requeststreamrecord-fields branch from 30e28c2 to 4c44ace Compare June 28, 2024 01:29
@kimhanbeom kimhanbeom self-assigned this Jun 28, 2024
@kimhanbeom kimhanbeom merged commit 0ed407e into main Jun 28, 2024
8 checks passed
@kimhanbeom kimhanbeom deleted the david/add-requeststreamrecord-fields branch June 28, 2024 03:59
@kimhanbeom kimhanbeom restored the david/add-requeststreamrecord-fields branch June 28, 2024 03:59
@kimhanbeom kimhanbeom deleted the david/add-requeststreamrecord-fields branch June 28, 2024 03:59
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 this pull request may close these issues.

Add Bootp, Dhcp to the RequestStreamRecord enum
3 participants