Merge branch from kschiess
This commit is contained in:
parent
9b614bee0e
commit
de4021f2e1
|
@ -30,7 +30,7 @@ module Net
|
||||||
|
|
||||||
class SNMP
|
class SNMP
|
||||||
|
|
||||||
AsnSyntax = BER.compile_syntax({
|
AsnSyntax = Net::BER.compile_syntax({
|
||||||
:application => {
|
:application => {
|
||||||
:primitive => {
|
:primitive => {
|
||||||
1 => :integer, # Counter32, (RFC2578 sec 2)
|
1 => :integer, # Counter32, (RFC2578 sec 2)
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
# Add 'lib' to load path.
|
# Add 'lib' to load path.
|
||||||
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
require 'net'
|
||||||
require 'net/ldap'
|
|
Loading…
Reference in a new issue