Fix static kernel builds with carp(4) by changing its SYSINIT order so that
it is initialized after basic protocol initialization, which allows it to register via pf_proto_register(). Reviewed by: bz Approved by: ken (mentor)
This commit is contained in:
parent
a181376f0b
commit
b24b51b25f
@ -2405,4 +2405,4 @@ static moduledata_t carp_mod = {
|
||||
0
|
||||
};
|
||||
|
||||
DECLARE_MODULE(carp, carp_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
||||
DECLARE_MODULE(carp, carp_mod, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY);
|
||||
|
Loading…
Reference in New Issue
Block a user