Re: [net PATCH] net: sched: fix act_ipt for LOG target
From: David Miller <davem@davemloft.net> Date: 2016-03-07 03:58:27
From: Phil Sutter <redacted>
Date: Thu, 3 Mar 2016 14:34:14 +0100
From: Phil Sutter <phil@nwl.cc>
Before calling the destroy() or target() callbacks, the family parameter
field has to be initialized. Otherwise at least the LOG target will
refuse to work and upon removal oops the kernel.
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>