network interface/address API on FreeBSD

2015-03-03 Thread Gleb Smirnoff
Hi! [I'm not subscribed to the list, so please keep me in Cc] I'm the guy, who often breaks compilation of net-snmp on FreeBSD, changing layout of kernel structures. And I'm about to change them even more this year. However, I'd like to keep net-snmp working. But it looks like, I won't be abl

Bug in snmpUDPIPv6Domain.c

2015-03-03 Thread Junming Gao
There is a bug in the file that preventing snmpd processing ipv6 packet. Once fixed, it works as expected.The function is netsnmp_udp6_getSecName. Junming-- Dive into the World of Parallel Programming The Go Parallel Websi

NEt-SNMP questions

2015-03-03 Thread John Morton
With regards to running native SNMPWALK from an Ubuntu server, and trying to use the following string: snmpwalk -v 3 -u *** -a SHA -A f&hDbv*(g-q4 -x AES -X XX.XX.XX.XX the underlined password stops the command completing, I assume because of one of the special characters contained

snmp agent handler chain

2015-03-03 Thread Patrick Cumming
Hi I am fairly new to net snmp and have a question that is puzzling me regarding injecting user defined Netsnmp_Node_Handlers into the netsnmp_handler_registration. To take an example, the netsnmp_register_int_instance(..) API allows you to specify a user defined Netsnmp_Node_Handler * subhandl

Re: NEt-SNMP questions

2015-03-03 Thread Magnus Fromreide
On Tue, Feb 17, 2015 at 05:15:04AM +, John Morton wrote: > With regards to running native SNMPWALK from an Ubuntu server, and trying to > use the following string: > > snmpwalk -v 3 -u *** -a SHA -A f&hDbv*(g-q4 -x AES -X XX.XX.XX.XX > > the underlined password stops the command

Re: Bug in snmpUDPIPv6Domain.c

2015-03-03 Thread Magnus Fromreide
On Tue, Feb 10, 2015 at 07:38:21PM +, Junming Gao wrote: > There is a bug in the file that preventing snmpd processing ipv6 packet. Once > fixed, it works as expected.The function is netsnmp_udp6_getSecName. Would you mind to elaborate on what the bug might be, and maybe even contribute a pat

Re: network interface/address API on FreeBSD

2015-03-03 Thread Gleb Smirnoff
On Mon, Mar 02, 2015 at 09:33:30PM +0100, Niels Baggesen wrote: N> Den 27-02-2015 kl. 22:22 skrev Gleb Smirnoff: N> > Now time for net-snmp, which isn't piece of cake. And I'd like N> > to get it done properly, and not to store a patch in FreeBSD port N> > for ages, but to integrate the patch right