CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/21 04:20:48
Modified files:
sys/netinet : ip_carp.c
Log message:
Remove the code to automagically find a "carpdev".
The half-backed logic to find a parent interface before configuring an
address on a carp(4) interface is responsible for too many layers of
complexity resulting in various breakages everytime something change in
the stack.
So make carp(4) a bit less special. It now requires a parent interface
like all the other pseudo-devices.
ok mikeb@, dlg@, florian@, henning@