CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/11 17:36:13
Modified files:
sys/netinet : ip_carp.c
Log message:
restrict carp to configuring ethernet interfaces as carpdevs.
previously the driver only cared that a carp interface wasnt configured
as a carpdev. because the code only really works on ethernet, it makes
sense to restrict it.
ok visa@ mpi@
