bird/protocols/kernel.conf
2020-08-22 02:34:40 +02:00

28 lines
278 B
Text

protocol kernel {
ipv4 {
import all;
export filter {
if proto ~ "direct*" then reject;
accept;
};
};
metric 0;
learn;
}
protocol kernel {
ipv6 {
import all;
export filter {
if proto ~ "direct*" then reject;
accept;
};
};
metric 0;
learn;
}