In v6 you could set set-bgp-prepend (https://wiki.mikrotik.com/wiki/Manual:R ... ng_filters) to prepend AS Path with router's own AS number in both input and output filters.
In v7 you have settings:
1. bgp-path-peer-prepend - prepends with peer's AS, works only in input
2. bgp-path-prepend - prepends with router's own AS, works only in output
I need to prepend AS Path of imported prefixes with router's own AS. How to do it? Why bgp-path-prepend doesn't work in input (v7.11.2)?