gratuitous arp

Will ROS add MAC to the table in response to gratuitous arp reply? If so, how can this be blocked?

thanks!

1 Like

Will this bridge filter rule stop ROS from learning MAC from gratuitous arp packets:

/interface bridge filter
add action=drop arp-gratuitous=yes chain=input mac-protocol=arp

1 Like