From 331e1c55004570ce98ac6dc5ec70e299c8c8a56d Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Mon, 25 Oct 2010 18:06:56 +0200 Subject: [PATCH] enabled DTLS and TLS --- net-snmp.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-snmp.spec b/net-snmp.spec index 68ed8ed..d1ca812 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -197,6 +197,8 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib" --enable-mfd-rewrites \ --enable-local-smux \ --with-temp-file-pattern=/var/run/net-snmp/snmp-tmp-XXXXXX \ + --with-transports="DTLSUDP TLSTCP" \ + --with-security-modules=tsm \ --with-sys-contact="root@localhost" <