[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libsmi] libsmi-0.3 announcement
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