blob: f5cc85f78d5b8b194b623e03e7fc1a27481731d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
protocol device {
scan time 10;
}
protocol direct {
}
protocol kernel {
metric 64;
learn;
persist;
scan time 20;
import all;
export filter {
krt_prefsrc = PREFSRC;
accept;
};
}
|