-
Notifications
You must be signed in to change notification settings - Fork 77
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
NSX-T Edgegateway L2 VPN Tunnel session management #619
Conversation
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
function Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
the type Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
so it also tries to create a CLIENT type tunnel Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
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.
I like the test! :)
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.
Amazing feature, it is really nice to have the comments describing the current quirks, they make the whole thing more understandable.
I'll run the tests and approve afterwards, just sharing few little things I found and some doubts.
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.
Test passed for me on VCD 10.5.0
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
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.
Thanks - a few queries from me
bugs, and use queryParameterFilterAnd for filtering by name Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
…sfully Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
Signed-off-by: Adam Jasinski <jasinskia@vmware.com>
This PR adds support for L2 VPN Tunnel sessions
NsxtEdgeGateway
:CreateL2VpnTunnel
,GetAllL2VpnTunnels
,GetL2VpnTunnelByName
,GetL2VpnTunnelById
types.EdgeL2VpnStretchedNetwork
,types.EdgeL2VpnTunnelStatistics
,types.EdgeL2VpnTunnelStatus
.NsxtL2VpnTunnel
and its methods:Refresh
,Update
,Statistics
,Status
,Delete
Place in UI