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

IPv6 support round 2 #26

Merged
merged 7 commits into from
Dec 28, 2014
Merged

IPv6 support round 2 #26

merged 7 commits into from
Dec 28, 2014

Conversation

erinn
Copy link
Contributor

@erinn erinn commented Oct 31, 2014

I hope that I have this right, tests now pass, further tests can be added, but this is the initial bits.

-Erinn

@razorsedge razorsedge added the enhancement New feature or request label Nov 2, 2014
@razorsedge razorsedge self-assigned this Nov 2, 2014
@@ -68,6 +88,13 @@
default => $::snmp_com2sec,
}

$com2sec6 = $::snmp_com2sec6 ? {
undef => [
"notConfigUser default ${ro_community}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

${ro_community} should become public to keep with the com2sec default.

@razorsedge
Copy link
Contributor

This looks good. Can you add a note to the README to explains that the daemon will now be listening on the IPv6 loopback as well as the IPv4? This is a behavior change and I wouldn't want anyone to be surprised especially if they have OS IPv6 support turned off.

@erinn
Copy link
Contributor Author

erinn commented Nov 5, 2014

This should be good to go now.

@razorsedge razorsedge merged commit 18fcf66 into voxpupuli:develop Dec 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants