Age | Commit message (Collapse) | Author |
|
* Allows us to make ipv6 queries.
|
|
* Note that for urls like: snmp://host1,host2:161/xxx the
port applies to both hosts.
|
|
* This allows us to properly handle complex addresses with
things like %eth0 on the end, etc...
* Also removes support for unix sockets, which didn't really
make sense in an snmp context anyway. Not sure how that code
was usable.
|
|
|
|
|
|
|
|
Make table queries more efficient by combining match/value in the same request whenever we've already gotten a match previously.
|
|
|
|
|
|
|
|
- Support table queries
- Major refactoring of internals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuring on different OSs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|