Re: [PATCH net-next v2 3/6] netconsole: reject enabling a target with no remote IP address
Breno Leitao <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 10, 2026 at 05:47:27PM +0100, Gustavo Luiz Duarte wrote: > The command-line path already requires a remote address, but if a user > creates a dynamic target and enables it without setting a remote > address, we currently try sending netconsole traffic to "0.0.0.0". > > Refuse to enable a target if the remote address is unset. > > Signed-off-by: Gustavo Luiz Duarte <[email protected]> Reviewed-by: Breno Leitao <[email protected]>