possible bug in 3.28 + rb532

Hi all.
I upgraded lots of routers of my network to 3.28.
All seems works fine but…

  1. in some cases the wlan as access point loses all of its registration: it is necessary to reboot the device
  2. in other case the BGP loses connected routes.

For now I observed this only in rb532, not in rb433.

Does anyone observed this ?

thanks

I have also found that I cannot DST-NAT port 80 to an internal IP/host since upgrading to v3.28. All other ports are working fine with the exact same dst-nat rule. It worked 100% before upgrading. I think it used to be on v3.23 (may be wrong)


/ip firewall nat add action=dst-nat chain=dstnat comment=“Redirect incoming HTTP(80) to SBS2003” disabled=no dst-port=80 in-interface=!ether1-LAN protocol=tcp to-addresses=192.168.0.3 to-ports=80
/ip service set www address=0.0.0.0/0 disabled=yes port=80

As you can see, I have disabled the WWW service on RouterOS so it does not run it’s own web server on port 80 at the same time.