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

Server42: Update switch configuration (server42_port): Server42-related cookies have not been automatically updated with a new server42_port #5557

Open
yuliiamir opened this issue Jan 25, 2024 · 1 comment

Comments

@yuliiamir
Copy link
Collaborator

Server42-related cookies have not been automatically updated with a new_server42_port after updating switch configuration.
STR:

  1. Check server42 cookies and initial_server42_port:
SERVER_42_ISL_RTT_OUTPUT_COOKIE ->  instructions.applyActions.output = initial_server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = initial_server42_port
  1. Update switch property server42_port to new_server42_port

4.Check switch properties after updating (new server42_port)
Actual result:
SERVER_42_ISL_RTT_OUTPUT_COOKIE -> instructions.applyActions.output = server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = server42_port

Expected result:
Cookies details have not been updated.
SERVER_42_ISL_RTT_OUTPUT_COOKIE -> instructions.applyActions.output = new_server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = new_server42_port

@yuliiamir
Copy link
Collaborator Author

#3814

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

No branches or pull requests

1 participant