On 06.12.2016 14:10, Stefan Sperling wrote:
Does 'ifconfig vio1 down' followed by 'ifconfig vio1 up' restore ARP?
This is likely the CARP/ARP regression recently fixed in -current which
is fixed by the following patch.
See http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/net/route.c
revisions 1.337 and 1.341.
Thank you for your answer.
ifconfig vio1 down followed by ifconfig vio1 up does not help but
I believe
# sh /etc/netstart carp1
fixes the arp table.
Do you think this could be the case of regression you mentioned?