RouterOS 7.1beta4 -- /routing ospf interface - cannot add interface

From the routerosv7 help pages.
https://help.mikrotik.com/docs/display/ROS/ROSv7+Basic+Routing+Examples

/routing ospf interface
add network=192.168.0.0/24 area=backbone_v2

There are no add commands under interface.
Interface-template does work.


[admin@MikroTik] /routing/ospf> interface/
find  print
[admin@MikroTik] /routing/ospf> interface-template/
add      disable  enable  find  print   reset  unset
comment  edit     export  move  remove  set

The instructions are outdated. In 7beta3 the interface menu was renamed to interface-template and the interface-status menu was renamed to interface, presumably to better match the BGP configuration. Wherever you see “/routing ospf interface” in those instructions, use “/routing ospf interface-template” instead.