Hello,
How to setup no_export flag ?
Using this wont work
/routing filter rule
add chain=orange-out disabled=no rule="if (dst==192.168.1.0/24) {set bgp-communities NO_EXPORT; accept}"
add chain=orange-me-out disabled=no rule="if (dst == 192.168.0.0/24) {set bgp-communities x:9140; append bgp-communities NO_EXPORT; accept; }"
Command routing/bgp/advertisements/print detail - prints without no-export community.
Session dump adv with wireshark show the same.