-
Notifications
You must be signed in to change notification settings - Fork 11
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
Refactor chains/forwarder to use Options pattern #320
Refactor chains/forwarder to use Options pattern #320
Conversation
4249486
to
c3beed8
Compare
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Signed-off-by: Botond Szirtes <[email protected]>
c3beed8
to
2183c3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Have you tested it with integration tests?
Yes, I did, using the changes that I made in the forwarder-ovs too (networkservicemesh/cmd-forwarder-ovs#363). |
I'm fine with merging this. @ljkiraly Do you have any comments on the PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine.
…k-ovs@main PR link: networkservicemesh/sdk-ovs#320 Commit: d21bcac Author: Denis Tingaikin Date: 2024-04-18 18:26:53 +0300 Message: - Merge pull request #320 from Nordix/refactor-chains-options-pattern Signed-off-by: NSMBot <[email protected]>
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Depends on: networkservicemesh/sdk-ovs#320 Signed-off-by: Botond Szirtes <[email protected]>
Description
Refactoring chains/forwarder using the Functional Options Pattern, just as it has been implemented in the sdk.
Issue link
#319
How Has This Been Tested?
Types of changes