Follow the standard object definition from RFC2578Use mib-2 throughout the files where applicablePR: 254231Reported by: Michael ProtoReviewed by: bz (at) FreeBSD (dot) org
Add IPv6 transport for bsnmp.This patch adds a new table begemotSnmpdTransInetTable that uses theInetAddressType textual convention and can be used to create listeningports for IPv4, IPv6, zoned
Add IPv6 transport for bsnmp.This patch adds a new table begemotSnmpdTransInetTable that uses theInetAddressType textual convention and can be used to create listeningports for IPv4, IPv6, zoned IPv6 and based on DNS names. It also supportsfuture extension beyond UDP by adding a protocol identifier to the tableindex. In order to support this gensnmptree had to be modified.Submitted by: hartiMFC after: 1 monthRelnotes: yesDifferential Revision: https://reviews.freebsd.org/D16654
show more ...
Update bsnmp to version 1.13. This does not bring user-visible changes.For developers gensnmptree can now generate functions for enums to convertbetween enums and strings and to check the validity
Update bsnmp to version 1.13. This does not bring user-visible changes.For developers gensnmptree can now generate functions for enums to convertbetween enums and strings and to check the validity of a value.The sources in FreeBSD are now in sync with the upstream which allows tobring in IPv6 modifications.
style(9): clean up trailing whitespaceMFC after: 3 weeks
Simplify always evaluated branch (`e != NULL`)- xalloc(..) ensures that e will be non-null via malloc + err.- `e` is already dereferenced above, so logically it's impossible to hit the lower tes
Simplify always evaluated branch (`e != NULL`)- xalloc(..) ensures that e will be non-null via malloc + err.- `e` is already dereferenced above, so logically it's impossible to hit the lower test without crashing if it was indeed NULL.MFC after: 3 daysCID: 1007408Reported by: CoveritySponsored by: EMC / Isilon Storage Division
mdoc: consistently spell our email addresses <foo@FreeBSD.org>Reviewed by: ruApproved by: harti
Fix typo in macro name and macro usage.Found by: make manlintReviewed by: ruApproved by: harti, philip (mentor)
This commit was generated by cvs2svn to compensate for changes in r159063,which included commits to RCS files with non-trunk default branches.
Vendor patch: add support for the BITS construct and enumerations in bothgensnmpdef and gensnmptree. Add include and typedef directives to gensnmptree.Submitted by: soc-sheryana (partly)
Virgin import of bsnmpd 1.12
This commit was generated by cvs2svn to compensate for changes in r156066,which included commits to RCS files with non-trunk default branches.
Vendor fix: initialize the flag field of a newly created node to be 0.Submitted by: jasone
This commit was generated by cvs2svn to compensate for changes in r154182,which included commits to RCS files with non-trunk default branches.
These files are not needed and were imported by accident in theprevious import.
Virgin import of bsnmpd 1.11
Virgin import of bsnmp 1.9
Virgin import of bsnmpd 1.8
Fix the 4.X -> 5.X upgrade path by include <inttypes.h> instead ofstdint.h.
Virgin import of bsnmpd 1.7
Import of bsnmpd 1.6
Virgin import of bsnmpd 1.5a
Virgin import of bsnmp 1.4