This is 7.4rc, you can not go back to beta, maybe rc2 if enough broken stuff is reported.Nothing mentioned about fixing the container issue with new mounts directories not being created.. I guess we need to wait for 7.4beta6 for more container fixes then?
It is not useful to mention all the problems that are not fixed and that are not in the changelist either.The problem with container mounts persists. They are not created at container startup time.
'Local' in this case means interfaces using radios of a single routerboard. In practice, this means that fast BSS transition is supported between the 2.4GHz and 5GHz interfaces of dual band APs.For 802.11r - you mentioned 'local' interfaces. Does this include those connected/generated by CAPsMan? Could you define 'local' in this case?
Support for fast BSS transitions between multiple boards will be added in the future.
In case of a single device it might be usefull. But hey...small steps towards better Wifi experience!How often one needs a transition between the signle routerboard's 2.4 and 5GHz radios with a single device? :-)
This is a big deal if you're on a phone or video call in an area where the phone prefers WiFi vs. LTE. Without it, the device will hang on to the AP as long as it can and quality will suffer.How often one needs a transition between the signle routerboard's 2.4 and 5GHz radios with a single device? :-)
Once per version at least until acknowledged. It's useful because the dev team may not have been able to reproduce an issue, it may not be in an internal issue tracker, it may be a blind spot and it may be related to other issues.It is not useful to mention all the problems that are not fixed and that are not in the changelist either (...)The problem with container mounts persists. They are not created at container startup time.
HiOnce per version at least until acknowledged. It's useful because the dev team may not have been able to reproduce an issue, it may not be in an internal issue tracker, it may be a blind spot and it may be related to other issues.
It is not useful to mention all the problems that are not fixed and that are not in the changelist either (...)
Alternatively, if Mikrotik doesn't want repeat posts for persistent bugs on subsequent versions they could provide a public facing bug tracker, but frankly that's a whole other can of worms.
There is no need to do so!I find it fully appropriate to have mentioned unfixed issues each release.
If your 5GHz interface is on DFS channel than your device can connect to the 2GHz radio while the scanning is checking the channel and after that switch to 5GHz radio for better speed.
'Local' in this case means interfaces using radios of a single routerboard. In practice, this means that fast BSS transition is supported between the 2.4GHz and 5GHz interfaces of dual band APs.
Support for fast BSS transitions between multiple boards will be added in the future.
How often one needs a transition between the signle routerboard's 2.4 and 5GHz radios with a single device?
Typically 2GHz radios have slightly higher Tx power (if permitted) than 5GHz radios, pathloss (both free atmosphere and penetration loss through obstacles, such as walls and ceilings) of 2GHz is lower than of 5GHz. Which means that if Tx powers are not highly hand-optimized, 2GHz signal will have farther reach. Device closing towards AP will thus likely first connect to 2GHz cell and later re-select to 5GHz.If your 5GHz interface is on DFS channel than your device can connect to the 2GHz radio while the scanning is checking the channel and after that switch to 5GHz radio for better speed.How often one needs a transition between the signle routerboard's 2.4 and 5GHz radios with a single device?
Hi,There is no need to do so!I find it fully appropriate to have mentioned unfixed issues each release.
Issues mentioned here on the forum will not be added to the internal issue tracker and will not be fixed unless you (or someone else) explicitly creates an issue in the tracker.
Discussions here are just for mutual information and entertainment, MikroTik does not pickup issues from here unless there is a concerned developer who reads here that his recent changes have caused problems and takes the responsibility to fix it.
MikroTik employees have repeatedly confirmed the above and have repeatedly stated "this issue was never reported" for issues that were discussed in-depth in the release topic.
Ok, so it should be possible to have the tunnel endpoint in the VRF and the outside tunnel packets in the "main" VRF.It is a perfectly valid setup when an interface (including tunnel interfaces) is a part of the VRF, but the tunnel session is in the main table.
Not sure what you mean by "GRE tunnels accept the @vrf", if you mean to establish GRE session on the VRF then currently it is not supported.
/routing bgp template
add as=4220406101 disabled=no input.affinity=remote-as name=hamnet \
output.affinity=remote-as .network=bgp-networks router-id=44.137.41.110 \
routing-table=hamnet vrf=hamnet
add action=accept chain=input comment=BGP dst-port=179 in-interface-list=\
hamnet protocol=tcp src-address=44.137.60.0/22
I have tried with 7.4rc1. Did you ever notice that interfaces in a VRF don't match with a normal interface list? Do I need a special interface list or a special way to match it?@pe1chl: About in-interface-list, you need at least 7.4beta2. More info: VRF and hidden interfaces