Skip to content

Append and delete config (flows)#611

Merged
indraniBh merged 9 commits intomainfrom
dev-append-delete-config
May 28, 2025
Merged

Append and delete config (flows)#611
indraniBh merged 9 commits intomainfrom
dev-append-delete-config

Conversation

@indraniBh
Copy link
Collaborator

@indraniBh indraniBh commented May 18, 2025

Enhancement

Model PR

Append or Delete flows in the config.
Implementation:

  1. Append flows if the flow is not part of existing config
  2. Delete flows which is part of existing config

Test cases:

  1. Append config (validation): ensures the flows appended to be is not already part of existing configuration.
  2. Append flows: Added multiple flows, if traffic is in starting state it will stop and apply traffic with newly added flows
  3. Delete config (validation): Ensures the flows deleted to be should be part of existing configuration.
  4. Delete config: Deleted multiple flows, if traffic is in starting state it will stop and apply delete flows

Copy link
Contributor

@alakendu alakendu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have left some comments. Please check.

@indraniBh indraniBh linked an issue May 27, 2025 that may be closed by this pull request
@indraniBh indraniBh merged commit be48087 into main May 28, 2025
4 checks passed
@indraniBh indraniBh deleted the dev-append-delete-config branch May 28, 2025 04:06
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.

Recreate / Reconfigure Traffic Items

2 participants