mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
8d7f605b6c
as the listening address in snmpd_input(..) Stash the IPv4 address of the receiver via the recv(..) callback and use it in the send(..) callback for the transport by specifying IP_SENDSRCADDR for the control message type. Add sendmsg logic to the UDP transport's send(..) callback and use the respective send(..) callback for the transport instead of calling sendto in snmpd_input(..). MFC after: 3 weeks Obtained from: Isilon OneFS (^/onefs/branches/BR_8_0_0_DEV@r507595) Submitted by: Thor Steingrimsson <thor.steingrimsson@isilon.com> Sponsored by: Dell EMC Isilon |
||
---|---|---|
.. | ||
action.c | ||
BEGEMOT-MIB.txt | ||
BEGEMOT-SNMPD.txt | ||
bsnmpd.1 | ||
config.c | ||
export.c | ||
FOKUS-MIB.txt | ||
main.c | ||
snmpd.config | ||
snmpd.h | ||
snmpd.sh | ||
snmpmod.3 | ||
snmpmod.h | ||
trans_lsock.c | ||
trans_lsock.h | ||
trans_udp.c | ||
trans_udp.h | ||
trap.c | ||
tree.def |