Skip to content

Version 2.1.0 / Established

Compare
Choose a tag to compare
@gmazoyer gmazoyer released this 07 May 08:21

New features release

  • New configuration option to set the number of routers to show on the front
    page before the list scrolls. Display the list of available commands based
    on the doc configuration.
  • Fix OpenBGPD commands
  • CSS tweaks to avoid UI flickering
  • Add option to debug authentication mechanism $config['logs']['auth_debug']
  • Add Google reCAPTCHA support
  • Add Mikrotik/ROS support
  • Fix PHP extensions for Docker
  • Check if SSH key is readable when validating the config
  • New configuration option allowing users to create a list of AS path regexp
    to blacklist and reject. This could be used to avoid some potential harmful
    AS path regexp that could be used to overload the control plane of some
    routers (especially ones with low CPU and RAM).
  • Consider IPv6 as default version in get_source_interface_id()
  • Fix ping command construction for Linux/OpenBSD
  • Add configuration option to set min prefix length for route lookup
  • Enable inline output filtering
  • Move from phpseclib version 1 to phpseclib version 2
  • Allow custom HTML header elements via additional_html_header
  • Add basic implementation of Nokia SR-OS
  • Add support for Arista EOS
  • Add support for Huawei VRP
  • Use of Bootstrap utilities, container and columns for responsive design in
    the body content
  • Prefill parameter field with user's IP address
  • Add BIRD v2 support
  • Use Bootstrap 4.6.0, FontAwesome 5.15.2, phpseclib 2.0.30 and jQuery 3.5.1

For more details about the new configuration options take a loot at the
documentation.