How to forward only specific destination of eth5 traffic to vxlan on bridge?

Hi,

I have installed vxlan between two location
my wan(eth0), vxlan and eth5 bridged together
192.168.100.0/24 is on remote site
I am trying to access 192.168.100.0/24 network over vxlan
how can i achieve this while on a bridge?

How to forward to destined 192.168.100.0/24 traffic to only vxlan interface?

thanks for any suggestion

I can filter bridge traffic using "kmod-br-netfilter"

example :

# this rule works as expected
-A FORWARD -m physdev --physdev-in eth5 --physdev-out eth0 -d 192.168.50.1/32 -p tcp --dport 53 -j REJECT