]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Add SNMP support 4990/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 5 Dec 2016 15:01:00 +0000 (16:01 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 6 Feb 2017 13:52:19 +0000 (14:52 +0100)
commitd705aad980d07f6d885a33368a1770d5b7458208
tree826bf8e329cafab05d4fece8695de6f3710c96ea
parent9f4eb5cc7f6fe38ed968aade9f46112566270592
rec: Add SNMP support
16 files changed:
docs/MIBS/RECURSOR-MIB.txt [new file with mode: 0644]
docs/markdown/recursor/scripting.md
docs/markdown/recursor/settings.md
pdns/lua-recursor4.cc
pdns/pdns_recursor.cc
pdns/rec-snmp.cc [new file with mode: 0644]
pdns/rec-snmp.hh [new file with mode: 0644]
pdns/rec_channel.hh
pdns/rec_channel_rec.cc
pdns/recursordist/Makefile.am
pdns/recursordist/configure.ac
pdns/recursordist/m4/pdns_with_net_snmp.m4 [new symlink]
pdns/recursordist/rec-snmp.cc [new symlink]
pdns/recursordist/rec-snmp.hh [new symlink]
pdns/recursordist/snmp-agent.cc [new symlink]
pdns/recursordist/snmp-agent.hh [new symlink]