CDRouter 12.7
October 8, 2020
Notices
-
Important installation notes: If you are upgrading from CDRouter 11.x or earlier versions, all prerequisites listed in the CDRouter 12.0 Release Notes must be met prior to upgrading to CDRouter 12.7. Please contact support@qacafe.com for assistance if needed.
-
Config upgrades: CDRouter 12.7 includes many new features and configuration testvars. Config files may be easily upgraded to include all new CDRouter 12.7 testvars using the config upgrade utility.
-
Python 2 deprecation: Support for Python 2 within cdrouter.py has been deprecated and will be removed in a future release of CDRouter. All scripts using cdrouter.py should be updated to use Python 3, which is fully supported.
-
Ruby gem deprecation: The CDRouter Ruby gem wrapper for CDRouter’s web API has been deprecated and is no longer supported. All scripts using this gem should be updated to use Python 3 and the cdrouter.py package instead.
New Features
-
CDRouter: AP mode in the 5 GHz band is now supported on ath9k based wireless cards. [ch7281]
-
Multiport: The testvar
dutMgmtPort
now accepts a list of ports which are verified in the guest_30 and ipv6_guest_30 test cases. [ch6426]
Change Log
-
CDRouter: The list of expansions in CDRouter’s default configuration file have been re-organized to improve navigation. [ch7138]
-
Security: The ET Open ruleset shipped with the CDRouter Security expansion has been updated to version 9562. [ch6673]
-
TR-069: Resolved a bug associated with the testvar
acsCreatePortMapOnIGD
when used with devices supporting theDevice:2
root data model. [ch6186] -
TR-069: Cleaned up an XML encoding bug in the
SetParameterValues
CWMP data model verification tests. Specifically, CWMP parameters with complex types ofIPv4Address
,IPv6Address
,IPv4Prefix
,IPv6Prefix
, andAlias
were transmitted with the complex type rather than the base type. [ch7220]