@Nova_Logic As a workaround can you try the following configuration, this should ensure the behaviour you're after:
policy {
local-route {
rule 1 {
fwmark 201
inbound-interface eth0
set {
table 201
}
}
rule 2 {
fwmark 202
inbound-interface eth0
set {
table 202
}
}
rule 3 {
fwmark 203
inbound-interface eth0
set {
table 203
}
}
}
}