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 shared-network declaration config

# shared-network declaration
shared-network "foobar" {
     # can't put another shared-network declaration here
     shared-network "illegal" {
            default-lease-time 1800;
     }
}