enabled DTLS and TLS
This commit is contained in:
parent
3c9598ab68
commit
331e1c5500
@ -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" <<EOF
|
||||
EOF
|
||||
|
||||
@ -361,9 +363,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files utils
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/encode_keychange
|
||||
%{_bindir}/agentxtrap
|
||||
%{_bindir}/net-snmp-cert
|
||||
%{_bindir}/snmp[^c]*
|
||||
%attr(0644,root,root) %{_mandir}/man1/snmp*.1*
|
||||
%attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1*
|
||||
%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
|
||||
%attr(0644,root,root) %{_mandir}/man5/snmp.conf.5.gz
|
||||
%attr(0644,root,root) %{_mandir}/man5/variables.5.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user