Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# shared-network declaration inside class declaration config

# class declaration
class "foobar" {
     hardware ethernet 00:0B:FD:32:E6:FA;
     # can't put a shared-network declaration here
     shared-network "illegal" {
            default-lease-time 1800;
     }
}