freebsd-dev/contrib/bsnmp/snmpd
Andrey V. Elsukov 04d1781439 Add IPv6 transport for bsnmp.
This patch adds a new table begemotSnmpdTransInetTable that uses the
InetAddressType textual convention and can be used to create listening
ports for IPv4, IPv6, zoned IPv6 and based on DNS names. It also supports
future extension beyond UDP by adding a protocol identifier to the table
index. In order to support this gensnmptree had to be modified.

Submitted by:   harti
MFC after:      1 month
Relnotes:       yes
Differential Revision:  https://reviews.freebsd.org/D16654
2019-04-02 12:50:01 +00:00
..
action.c Rename "index" variable to "idx" since gcc complains that it shadows 2018-01-19 20:33:47 +00:00
BEGEMOT-MIB.txt Add a REVISION section to track changes for the BEGEMOT-MIB MIB file 2017-01-09 06:27:30 +00:00
BEGEMOT-SNMPD.txt Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
bsnmpd.1 Fix .Dd 2016-05-15 03:44:32 +00:00
config.c Fix format string warning with enabled DEBUGGING. 2017-12-04 09:17:28 +00:00
export.c Similar to r310954, set .len to 0 on malloc failure and to len only 2016-12-31 12:37:53 +00:00
FOKUS-MIB.txt Add a REVISION section to track changes for the FOKUS-MIB MIB file 2017-01-09 06:24:28 +00:00
main.c Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
snmpd.config Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
snmpd.h Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
snmpd.sh style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
snmpmod.3 Don't put multiple names on a single .Nm line. This fixes apropos(1) 2018-04-17 09:05:46 +00:00
snmpmod.h Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
trans_inet.c Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
trans_inet.h Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
trans_lsock.c Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
trans_lsock.h style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
trans_udp.c Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
trans_udp.h Fix regression from r310655, which broke operation of bsnmpd if it is bound 2017-01-17 03:52:57 +00:00
trap.c Correct a port number assignment. 2019-04-01 12:14:45 +00:00
tree.def Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00