-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Extend OVS connection options beyond Unix sockets - Implement TCP endpoint configuration for marker binary - Use -ovs-socket flag with format "tcp:<IP>:<PORT>" Example usage: -ovs-socket tcp:127.0.0.1:6640 **What this PR does / why we need it**: Add Support for ovs tcp connection **Special notes for your reviewer**: **Release note**: ```release-note This feature allows for remote OVS connections, enhancing flexibility in network configurations. User will be allowed to use tcp connection to OVS by specifying OVS socket endpoint by using -ovs-socket flag with tcp endpoint "tcp:<IP>:<PORT>". ``` Signed-off-by: Tarek Abu-Hariri <[email protected]>
- Loading branch information
1 parent
9f9bb71
commit 9158a6f
Showing
2 changed files
with
77 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters