s2svpn: Set initial state as Connecting#5327
Conversation
|
@blueorangutan package |
| conn.setState(State.Disconnected); | ||
| } else { | ||
| conn.setState(State.Connected); | ||
| conn.setState(State.Connecting); |
There was a problem hiding this comment.
Is there any FSM or logic that ensures that connections don't get stuck in the new Connecting state?
There was a problem hiding this comment.
Nope but the additions to VirtualNetworkApplianceManagerImpl.java and Site2SiteVpnManagerImpl.java take care of it
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 891 |
|
@blueorangutan test |
|
@davidjumani a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1678)
|
|
@davidjumani can you target this PR to branch 4.15 and re-kick tests? |
79c4224 to
0d4e8d6
Compare
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 898 |
|
@blueorangutan test |
|
@davidjumani a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1686)
|
Description
Fixes #5179
Sets the initial state of an s2svpn as connecting
Types of changes
Bug Severity
Screenshots (if appropriate):
Initial State :
Invalid gateway :
Valid gateway :
How has this been tested ?