-
Notifications
You must be signed in to change notification settings - Fork 1.3k
FIX issue in VR if remote access vpn is enabled #4430
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
Conversation
Use both tcp protocol and module so that vpn is enabled properly
|
@ravening can you give this a priority? as we are in code freeze, do we need this before 4.15? |
@DaanHoogland yes its good to have this before 4.15 as its a bug fix |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2295 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3096)
|
|
looks good but i am not sure why protocol would improve on the vpn instead of just restrict it. no regressions so i'm fine with it. |
rohityadavcloud
left a comment
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 - though I'm not sure adding the protocol tcp (instead of matcher tcp) makes any difference, I'm not sure what/how it fixes the issue; LGTM as no regression seen in tests
weizhouapache
left a comment
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.
this should be good.
Description
Use both tcp protocol and module so that
vpn is enabled properly
Types of changes