Disable mac learning on vxlan iface for EVPN

Hi, I am able to configure evpn(with vxlan) through vtysh commands in vyos 1.2 and able to learn remote mac. But, ARP request is still being broadcasted through vxlan. Is there a way I can disable learning on vxlan iface?

Hello @hiteshhapani
How about firewall with mac-address?

set firewall name MAC rule 10 action 'drop'
set firewall name MAC rule 10 source mac-address !11:11:11:11:11:11
set interfaces XXX firewall local name MAC