bird/protocols/kernel.conf

18 lines
210 B
Text

protocol kernel kernel_v4 {
ipv4 {
import none;
export where proto !~ "direct*";
};
metric 0;
}
protocol kernel kernel_v6 {
ipv6 {
import none;
export where proto !~ "direct*";
};
metric 0;
}