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

fix: Remove hard code socket control path #8

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

jneo8
Copy link
Contributor

@jneo8 jneo8 commented Sep 5, 2023

Remove the hard code /var/run/openvswitch/
Right now it will be replaced by Client.System.RunDir

Apply System.RunDir to path
@greenpau
Copy link
Owner

greenpau commented Sep 5, 2023

@jneo8 , is this one ready?

@jneo8
Copy link
Contributor Author

jneo8 commented Sep 5, 2023

Yes, it's ready. The purpose of this PR just make updateRefs function to avoid the hard code issue.

@greenpau
Copy link
Owner

greenpau commented Sep 5, 2023

@jneo8 , I switched to using Rocky Linux.

Installed Open vSwitch in the following way.

dnf install centos-release-nfv-openvswitch
dnf list "openvswitch*" "ovn*"
dnf -y install openvswitch3.1
dnf -y install ovn22.12 ovn22.12-central
systemctl status openvswitch
systemctl start ovn-northd

Will add OVN to the mix to test your PR.

@greenpau greenpau merged commit b47e224 into greenpau:main Sep 5, 2023
@greenpau
Copy link
Owner

greenpau commented Sep 5, 2023

@jneo8 , thank you for contributing! 👍

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.

2 participants