Documentation updates - June 5, 2026
Summary of documentation changes made on June 5, 2026.
CLI Reference
- BGP: Fixed grammar in the
vrfparameter description ("connections operates" → "connections operate"), corrected typo ininput.last-notification("notificatin" → "notification"), and cleaned up duplicate HTML in theinput.affinitydescription. Fixed "NPLRI" → "NLRI" in theoutput.no-early-cutdescription. Corrected "RDs form" → "RDs from" in the EVPNrdparameter. - OSPF: Corrected the default network type descriptions for
ptpinterfaces from "point-to-point" to the proper "ptp" value, and added missing periods in action descriptions. - RIP: Fixed swapped descriptions between
route-timeoutandupdate-interval— the timeout description was incorrectly assigned to the update-interval parameter. Added a missing period inoriginate-default. - Routing Filter: Removed unhelpful "ask Google" note from the
communitiesparameter description. - Router ID: Added the missing
only-staticoption to the Router ID selection documentation, which picks only statically configured addresses. - Fantasy Routing: Fixed "refix length" typo → "Prefix length" in the
prefix-lengthparameter description. - PIM-SM: Integrated the previously out-of-place
spt-bitflag description into the proper ArgTableRow, so it renders correctly alongside other flags instead of floating as plain text.
Developer Guides
- Scripting: Fixed the form feed escape character hex value (
\fwas incorrectly listed as0xFF, corrected to0x0C). Fixed the:resolvecommand example (port=→server-port=). Cleaned up trailing whitespace and inconsistent indentation across code examples. - API: Fixed the length encoding specification (maximum changed from
0x7FFFFFFFFFto0xFFFFFFFFF). Corrected the VLAN interface query example (type=ether→type=vlan). Fixed "high-performance penalty" → "high performance penalty" in the.proplistdocumentation. - REST API: Fixed the GET filter example description filter ("valid addresses" → "dynamic addresses"). Corrected the POST documentation to state that command words are encoded in the URL (not the header). Fixed
.proplistexample (was incorrectly using_proplist). Fixed several example calls to use HTTPS and corrected thenumber→numbersparameter typo in the LTE firmware upgrade example. Fixed the REST API index description to remove the redundant "Developer guides cover" prefix. - Python3 API Example: Fixed "Becasue" → "Because" typo and "pasword" → "password" typo. Fixed indentation of argument parsing code that was broken.
Containers
- Available Apps: New page added listing over 100 available container applications deployable from the RouterOS App menu, covering categories such as home automation, media servers, file sharing, network monitoring, and development tools.
- Apps: Reorganized the Containers directory structure — moved the deprecated
apps.rbpage into theApps/directory and removed a duplicateContainers/folder that was causing navigation conflicts.
Getting Started
- Netinstall: Fixed broken relative and absolute links across 5 files after the Netinstall page was moved from
getting-started/intogetting-started/installation-and-upgrade/. Updated inbound links in Configuration Management, RouterOS Licensing, Device Mode, and the May 29 changelog entry.