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

Add support for IPv4 TTL increment and decrement patterns #93

Open
bortok opened this issue Aug 11, 2022 · 3 comments
Open

Add support for IPv4 TTL increment and decrement patterns #93

bortok opened this issue Aug 11, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@bortok
Copy link
Contributor

bortok commented Aug 11, 2022

The following OTG config fails on

  • ixiacom/ixia-c-controller:0.0.1-3027
  • ixiacom/ixia-c-traffic-engine:1.4.1.29
  - choice: ipv4
    ipv4:
      time_to_live:
        choice: increment
        increment:
          start: 1
          step: 1
          count: 2

with an error message

"Error occurred while setting Traffic config for user common:Error setting frame for flow p1>p2:Could not add IPv4:Failed constructing IPv4 header:unsupported pattern for IPv4 TTL: increment"
@shramroy
Copy link
Contributor

Yes, only value pattern is supported in controller yet. Can you set a priority for this? Based on that we can schedule the implementation.

@bortok
Copy link
Contributor Author

bortok commented Aug 22, 2022

It is not a blocker at the moment, but we shall add this to the backlog.

@shramroy
Copy link
Contributor

Okay sure. Thanks for confirming. We have noted the issue.

@arkajyoti-cloud arkajyoti-cloud added the enhancement New feature or request label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants