
Hi!
David> Is there available a set of test MIB modules that demonstrate the David> operation of Smidiff?
There are some test modules in the test suite in ./test/smidiff. To run them manually, you might do, e.g.
$ cd test/smidiff $ smidiff ./DISMAN-SCRIPT-MIB.old DISMAN-SCRIPT-MIB
In this example the first argument (old revision) specifies a named MIB file in the current directory while the second argument (new revision) is taken from the libsmi MIB repository according to your configuration file and SMIPATH settings.
Note that parser messages go to stderr and smidiff output goes to stdout, so you might prefer to append `2>/dev/null' if you're only interested in the smidiff output.
-frank -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.