Has anyone had issues with balanced-rr with arp monitoring in 6.47.1? Im dropping packets to the other router loopback when both slaves are “up”. If I unplug eth2 slave with eth1 plugged in, i have no packet loss. If i unplug eth1 and eth2 plugged in, 100% loss. If the interface is down (say eth2), i can still ping the IPs that are associated to that interface (if eth2 is unplugged, i can still ping both 10.1.2.1 and 10.1.2.2). I did not see these problems in 6.44.5. Any thoughts, or is this known and my search missed it?
##Router 1
##
/interface bridge
add name=Loopback0
/interface bonding
add arp-ip-targets=10.1.1.2,10.1.2.2 link-monitoring=arp name=bonding1 slaves=\
ether1,ether2 transmit-hash-policy=layer-3-and-4
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=\
as-type-1 router-id=10.255.255.1
/ip address
add address=10.1.1.1/30 interface=ether1 network=10.1.1.0
add address=10.255.255.1 interface=Loopback0 network=10.255.255.1
add address=10.0.0.1/30 comment=OSPF interface=bonding1 network=10.0.0.0
add address=10.1.2.1/30 interface=ether2 network=10.1.2.0
/routing ospf interface
add authentication=simple authentication-key=test interface=bonding1 \
network-type=point-to-point
/routing ospf network
add area=backbone network=10.0.0.0/30
##Router 2
##
/interface bridge
add name=Loopback0
/interface bonding
add arp-ip-targets=10.1.1.1,10.1.2.1 link-monitoring=arp name=bonding1 slaves=\
ether1,ether2 transmit-hash-policy=layer-3-and-4
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=\
as-type-1 router-id=10.255.255.2
/ip address
add address=10.1.1.2/30 interface=ether1 network=10.1.1.0
add address=10.255.255.2 interface=Loopback0 network=10.255.255.2
add address=10.0.0.2/30 comment=OSPF interface=bonding1 network=10.0.0.0
add address=10.1.2.2/30 interface=ether2 network=10.1.2.0
/routing ospf interface
add authentication=simple authentication-key=test interface=bonding1 \
network-type=point-to-point
/routing ospf network
add area=backbone network=10.0.0.0/30