Skip to content

Latest version of netflow_parser is causing compile issue #131

Description

@Ramanand107

Describe the bug
Getting the below error on compilation
error[E0599]: no variant or associated item named Enterprise found for enum IPFixField in the current scope
--> /sandbox-local/ramshetty/GCPT-11307/globalcollector-framework/src/template/helper_netflow_ipfix.rs:41:47
|
41 | template_field.field_type=IPFixField::Enterprise;
| ^^^^^^^^^^ variant or associated item not found in IPFixField

To Reproduce
Steps to reproduce the behavior:
Compile with IPFixField::Enterprise; and see the error

Expected behavior
No compile error should be seen

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions