Skip to content

Releases: rlaager/docsis

Version 0.9.8

18 Oct 20:51
Compare
Choose a tag to compare

Version 0.9.7 existed only as a development release and was never released as stable.

Most important changes in this release:

  • Full support for MULPIv3.0-I24, eRouter-I12 and L2VPN-I13 specifications
  • Config files can be decoded only with numerical OIDs with docsis -o option
  • SHA1 hash can be automatically added to MTA config files with docsis -na|-eu option. -na will add the North American OID in encoded form and -eu will use the European OID in encoded form when creating the configuration file.
  • SHA1 hash can be removed from MTA config file when the file is decoded with docsis -nohash option
  • When decoding a MTA file with a PacketCable 2.0 dialplan inside, an external text file will be created with the content of the dialplan. When encoding a MTA file if option -dialplan is used, the dialplan will be encoded from an external text file
  • Custom MIB paths can be used with docsis -M "PATH1:PATH2". This feature does not work in combination with SHA1 hash or dialplan options.