Skip to content

Conversation

@dgjnpr
Copy link
Contributor

@dgjnpr dgjnpr commented Jan 12, 2016

… via the NETCONF API (but not via the console)

While testing the junos_srx_cluster module I discovered that the code that set the cluster via pure NETCONF (rather than NETCONF via console) has a couple of bugs.

First it was looking for the wrong response tag in the wrong location. The first line change fixes that.

Second the if block did not set the results variable. As such the module exited without the required variable being set. The second line fixes that.

If you find the changes agreeable please accept this merge request.

… via the NETCONF API (but not via the console)
vnitinv added a commit that referenced this pull request Feb 24, 2016
fixing log message and setting results variable when enabling cluster…
@vnitinv vnitinv merged commit 2826dd5 into Juniper:master Feb 24, 2016
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