Comment 1 for bug 1998244

Revision history for this message
Jose Ogando Justo (joseogando) wrote :

Hello!

I have investigated further on this bug.

It is failing because the kernel does not contain dummy net driver. Then adding a dummy interface fails.

Command:

$ ip -n h1 link add name eth0 type dummy
Error: Unknown device type.

Module missing (From generic example):

/lib/modules/5.15.0-57-generic/kernel/drivers/net/dummy.ko

Do we want to make an equivalent test, or include the module? I would say the latter.