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

# Transparent firewall example for blacklistd

$ext_if = "bnx0"

set bpf.jit on;
alg "icmp"

group "external" on $ext_if {
	ruleset "blacklistd"
	pass final all
}

group default {
	pass final all
}