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 compatibility on Windows10 #2

Open
chohan opened this issue Jul 19, 2019 · 1 comment
Open

IPv6 compatibility on Windows10 #2

chohan opened this issue Jul 19, 2019 · 1 comment

Comments

@chohan
Copy link

chohan commented Jul 19, 2019

Hi,
We are trying to use snmp_pp library on Windows10 using IPv6. But I found IPv6 can only work on Non-Windows as mentioned

in ./config_snmp_pp.h:

 61 // define SNMP_PP_IPv6 if you want to use IPv6
 62 #if !defined WIN32 && !defined WIN64  && !(defined (CPU) && CPU == PPC603)
 63 #define SNMP_PP_IPv6
 64 #endif

Can you please confirm if snmp_pp is IPv6 compatible on Windows? if so what we need to do?
regards

@malexzx
Copy link
Owner

malexzx commented Jul 19, 2019 via email

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

No branches or pull requests

2 participants