Hi,
I would like to use CARP, but noticed that when CARP is configured on an interface, promiscuous mode is enabled. I had to check the source and sure, these lines are included:
if ((error = ifpromisc(ifp0, 1)))
return (error);
I'm not that eager to have promiscuous mode enabled for...