// Frouting filter configuration for MikroTik 7.14+
// Generated automatically
// Date: 2024-01-20T12:00:00.000Z

if (
(bgp-communities includes 65001:100)
 or 
(bgp-communities includes 65001:101)
 or 
(bgp-communities includes 65001:102)
)
{
    set gw SWE-HIPHOST; accept;
}
else
{
 reject;
} 