8 lines
110 B
Text
8 lines
110 B
Text
protocol bfd bfd1 {
|
|
|
|
interface "wg-*" {
|
|
interval 100 ms;
|
|
authentication simple;
|
|
password pw_bfd;
|
|
};
|
|
}
|